Change ls -G to ls --color=auto
This commit is contained in:
parent
9abf7c99c0
commit
12b94779a1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user