Add colour back to Linux shells

This commit is contained in:
2020-07-14 12:28:59 +01:00
parent 2227540031
commit f7ae08e132

View File

@@ -18,5 +18,5 @@ export PATH
if [ $(uname) == "Darwin" ]; then
alias ls="ls -FG"
else
alias ls="ls -F"
alias ls="ls -F --color=auto"
fi