Get rid of ls-comma alias
This commit is contained in:
parent
8a6001587f
commit
36582ea6e6
1 changed files with 0 additions and 3 deletions
3
zshrc
3
zshrc
|
|
@ -225,9 +225,6 @@ alias doc='docker-compose'
|
||||||
|
|
||||||
### ls Aliases
|
### ls Aliases
|
||||||
# ----------------
|
# ----------------
|
||||||
if command_exists ls-comma; then
|
|
||||||
alias ls='ls-comma'
|
|
||||||
fi
|
|
||||||
if mac; then
|
if mac; then
|
||||||
gls_path=`which gls`
|
gls_path=`which gls`
|
||||||
if [[ -x "$gls_path" ]]; then
|
if [[ -x "$gls_path" ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue