From 36582ea6e64a880b1716be5e0b15ace190477b4e Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 3 Sep 2024 14:36:10 -0700 Subject: [PATCH] Get rid of ls-comma alias --- zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/zshrc b/zshrc index 1052f20..c65da57 100755 --- a/zshrc +++ b/zshrc @@ -225,9 +225,6 @@ alias doc='docker-compose' ### ls Aliases # ---------------- -if command_exists ls-comma; then - alias ls='ls-comma' -fi if mac; then gls_path=`which gls` if [[ -x "$gls_path" ]]; then