1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 13:39:07 +00:00
re-enable termcolors
add status function
support iterm2 on all platforms
This commit is contained in:
2021-10-28 16:14:03 +02:00
parent 6e85b0ced9
commit ed9333b79a
6 changed files with 34 additions and 4 deletions

View File

@ -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 :