Change ls -G to ls --color=auto

main
xenia 2024-01-14 14:43:48 +01:00
parent 9abf7c99c0
commit 12b94779a1
1 changed files with 1 additions and 1 deletions

View File

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