mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
add support for colors in ls for interix
This commit is contained in:
parent
2ac4344c12
commit
4ae65b6dd7
1 changed files with 3 additions and 0 deletions
3
zshrc
3
zshrc
|
@ -82,6 +82,9 @@ case `uname -s` in
|
|||
alias ls="ls -Gh"
|
||||
alias grep='grep -d skip --color=auto'
|
||||
;;
|
||||
Interix)
|
||||
alias ls="ls --color"
|
||||
;;
|
||||
SunOS)
|
||||
# solaris has ancient termcaps, force xterm to be old skool
|
||||
if [[ $TERM == (xterm*) ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue