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"