From c752b6876f5a9eb80b833696841ca66eb4e50ca0 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 10 Jun 2015 01:57:35 -0400 Subject: Change echo=>printf in setup script, which also works on OS X. --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 35a8768..0fadeae 100755 --- a/zshrc +++ b/zshrc @@ -29,7 +29,7 @@ export WORDCHARS='' # Dvorak setopt DVORAK -alias ls="ls --color" +# alias ls="ls --color" if which gvim >/dev/null; then alias vi="gvim --remote" fi -- cgit v1.2.3