1
0
mirror of https://github.com/akelge/vim synced 2025-07-07 07:19:06 +00:00

Precise alias for ls on Linux

This commit is contained in:
2013-01-17 11:10:26 +00:00
parent f034d96ef0
commit a6d5778a47

View File

@ -5,4 +5,6 @@ else
eval `dircolors`
fi
alias ls='ls -F --color=auto'
# vim: set ts=4 sw=4 tw=0 ft=zsh :