summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rwxr-xr-xzshrc2
1 files changed, 1 insertions, 1 deletions
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