Remove MANPATH variable from profile
This commit is contained in:
parent
9e52a6b9a6
commit
4a0676450d
1 changed files with 1 additions and 1 deletions
2
profile
2
profile
|
@ -4,7 +4,7 @@ export EDITOR=vim
|
||||||
|
|
||||||
export LESSCHARSET=utf-8
|
export LESSCHARSET=utf-8
|
||||||
|
|
||||||
export MANPATH="$HOME/.local/share/man:$(manpath)"
|
# export MANPATH="$HOME/.local/share/man:$(manpath)"
|
||||||
|
|
||||||
export LUA_PATH_5_3="$HOME/.luarocks/share/lua/5.3/?.lua;"\
|
export LUA_PATH_5_3="$HOME/.luarocks/share/lua/5.3/?.lua;"\
|
||||||
"$HOME/.luarocks/share/lua/5.3/?/init.lua;"\
|
"$HOME/.luarocks/share/lua/5.3/?/init.lua;"\
|
||||||
|
|
Loading…
Reference in a new issue