enable colored man pages

This commit is contained in:
Tobias Powalowski 2023-07-21 08:52:51 +02:00
parent eb6995fed6
commit c1a5859255

View file

@ -11,6 +11,8 @@ else
# blue for normal user,host green, print full working dir
PS1='[\[\e[1;34m\]\u\[\e[m\]@\[\e[1;32m\]\h\[\e[m\] \w]\$ '
fi
# color man pages
GROFF_NO_SGR=1
# keep history clean from dups and spaces
HISTCONTROL="erasedups:ignorespace"
# if installed set neovim as default editor