mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Change: aliases ls
This commit is contained in:
parent
9c8afcc3ee
commit
39741eb249
2 changed files with 4 additions and 4 deletions
|
|
@ -71,9 +71,9 @@ case "$OSTYPE" in
|
|||
;;
|
||||
*)
|
||||
if test-ls-args ls --color; then
|
||||
alias ls='ls --color=tty'
|
||||
alias ls='ls --group-directories-first -h --color -FC'
|
||||
elif test-ls-args ls -G; then
|
||||
alias ls='ls -G'
|
||||
alias ls='ls --group-directories-first -h --color -FC'
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue