From 12b94779a174097f1815594fb0101acc18dce809 Mon Sep 17 00:00:00 2001 From: xenia Date: Sun, 14 Jan 2024 14:43:48 +0100 Subject: [PATCH] Change ls -G to ls --color=auto --- dotfiles/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 2bd23fc2..d8eb8cfc 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -5,7 +5,7 @@ export PATH="/Applications/ARM/bin:$PATH" mkdir -p "$XDG_RUNTIME_DIR" -alias ls="ls -G" +alias ls="ls --color=auto" alias bashcols="python3 ~/cloud/Projekt/Programmering/Python/BashCols.py" alias bashcurmov="python3 ~/cloud/Projekt/Programmering/Python/Bashcurmoves.py" alias objdump="objdump -M intel"