From 4484a9d9d9975e78e5b2f68e0226739a4169cbe4 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 13 Mar 2022 05:31:03 +0000 Subject: Remove color from ls --- bash/aliases.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/aliases.bash b/bash/aliases.bash index eba0673..89c33ce 100644 --- a/bash/aliases.bash +++ b/bash/aliases.bash @@ -15,7 +15,7 @@ for cmd in "${sudo_cmds[@]}"; do done # LS -alias ls='ls -F --color=auto' +alias ls='ls -F --color=never' alias ll='ls -l' # tree alias tree='tree -F' -- cgit 1.4.1-21-gabe81