mirror of
https://github.com/akelge/zsh
synced 2025-07-04 13:39:07 +00:00
Extra
re-enable termcolors add status function support iterm2 on all platforms
This commit is contained in:
@ -8,7 +8,7 @@ if which dircolors > /dev/null; then
|
||||
fi
|
||||
fi
|
||||
|
||||
alias ls='LANG=C ls -F --color=auto --group-directories-first'
|
||||
alias ls='LC_ALL=C ls -F --color=auto --group-directories-first'
|
||||
alias open='xdg-open '
|
||||
|
||||
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
||||
|
Reference in New Issue
Block a user