mirror of https://github.com/akelge/zsh
Precise alias for ls on Linux
This commit is contained in:
parent
f034d96ef0
commit
a6d5778a47
|
@ -5,4 +5,6 @@ else
|
|||
eval `dircolors`
|
||||
fi
|
||||
|
||||
alias ls='ls -F --color=auto'
|
||||
|
||||
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
||||
|
|
Loading…
Reference in New Issue