Fix spelling of ls --color option

This commit is contained in:
Kenneth Benzie 2017-11-30 15:27:48 +00:00
parent a2f94f96f8
commit 35942cdc09

2
zshrc
View File

@ -78,7 +78,7 @@ case `uname` in
Linux)
[ "$TMUX" = "" ] && \
alias cls="printf '\ec'" || alias cls="clear && printf '\e[3J'"
alias ls='ls -F --colour=auto'
alias ls='ls -F --color=auto'
alias debug='cgdb --args'
;;
Darwin)