mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
no more gls
This commit is contained in:
parent
137935e50a
commit
4dce4716fa
1 changed files with 0 additions and 4 deletions
4
aliases
4
aliases
|
|
@ -3,10 +3,6 @@
|
||||||
case "$(uname)" in
|
case "$(uname)" in
|
||||||
"Darwin")
|
"Darwin")
|
||||||
alias top="top -o cpu -s 5"
|
alias top="top -o cpu -s 5"
|
||||||
if which gls >/dev/null; then
|
|
||||||
#brew list coreutils | grep '/usr/local/Cellar/coreutils/[^/]*/bin/g' | sed 's/.*\///'
|
|
||||||
alias ls="gls --color=auto"
|
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
"Linux")
|
"Linux")
|
||||||
alias ls="ls --color"
|
alias ls="ls --color"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue