Added ~/.local/share/man to Linux MANPATH

This commit is contained in:
Darren 'Tadgy' Austin 2017-05-24 07:39:45 +01:00
commit ec89482ea8

View file

@ -22,6 +22,7 @@ export VISUAL="$EDITOR"
_PLATFORM="$(uname -s)"
if [ "$_PLATFORM" = "Linux" ]; then
export I_WANT_A_BROKEN_PS=1
export MANPATH="~/.local/share/man:$MANPATH"
hash dircolors >/dev/null 2>&1 && eval "$(dircolors -b ~/.dir_colors)"
elif [ "$_PLATFORM" = "Darwin" ]; then
export LSCOLORS="ExGxdxdxCxDxDxbcacbeae"