Added ~/.local/share/man to Linux MANPATH
This commit is contained in:
parent
b4f78becc2
commit
ec89482ea8
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue