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