Add setting manpath in profile

This commit is contained in:
Talia 2020-01-28 15:47:36 +01:00
parent 42380ce057
commit f709b0c0c9

View file

@ -3,3 +3,5 @@
export EDITOR=vim export EDITOR=vim
export LESSCHARSET=utf-8 export LESSCHARSET=utf-8
export MANPATH="$HOME/.local/man:$(manpath)"