Change .local/man to .local/share/man
This commit is contained in:
parent
f709b0c0c9
commit
c48d1376b5
1 changed files with 1 additions and 1 deletions
2
profile
2
profile
|
@ -4,4 +4,4 @@ export EDITOR=vim
|
||||||
|
|
||||||
export LESSCHARSET=utf-8
|
export LESSCHARSET=utf-8
|
||||||
|
|
||||||
export MANPATH="$HOME/.local/man:$(manpath)"
|
export MANPATH="$HOME/.local/share/man:$(manpath)"
|
||||||
|
|
Loading…
Reference in a new issue