1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Enable LSCOLORS

This commit is contained in:
2019-04-10 13:48:05 +02:00
parent 8a368e3d3b
commit cb31c5e655

View File

@@ -55,6 +55,8 @@ then
alias fuck='$(thefuck $(fc -ln -1))'
fi
eval "$(dircolors)"
# Colored man output
man() {
LESS_TERMCAP_md=$'\e[01;36m' \