Get rid of ls-comma alias

This commit is contained in:
Sami Samhuri 2024-09-03 14:36:10 -07:00
parent 8a6001587f
commit 36582ea6e6
No known key found for this signature in database

3
zshrc
View file

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