From 9bdf8f6ace12205dbd57f2ff99a4f4566e4437df Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 21 Nov 2013 11:46:18 +0200 Subject: [PATCH] [Fix #416] Add quotes to the alias examples --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2304c29..e1e6574 100644 --- a/README.md +++ b/README.md @@ -225,10 +225,10 @@ You'd probably do well to put a few aliases in your `.zshrc` (or `.bashrc`): ```bash -alias e=emacsclient -t -alias ec=emacsclient -c -alias vim=emacsclient -t -alias vi=emacsclient -t +alias e='emacsclient -t' +alias ec='emacsclient -c' +alias vim='emacsclient -t' +alias vi='emacsclient -t' ``` The last two aliases are helpful if you're used to editing files from