Config: Add color to diff, ls and tree output

This commit is contained in:
Riyyi
2022-01-22 11:50:47 +01:00
parent bdc4a42000
commit 31a4b329e7
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -48,6 +48,9 @@ export LESS_TERMCAP_se="$(printf '%b' '\e[0m')" # reset reverse video
export LESS_TERMCAP_us="$(printf '%b' '\e[04;95m')" # begin underline
export LESS_TERMCAP_ue="$(printf '%b' '\e[0m')" # reset underline
# ls (LS_COLORS)
eval "$(dircolors -b)"
# Make
export MAKEFLAGS="-j $(getconf _NPROCESSORS_ONLN)"