diff options
Diffstat (limited to '')
-rw-r--r-- | home/.profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.profile b/home/.profile index f4407aef..5a6eb05c 100644 --- a/home/.profile +++ b/home/.profile @@ -6,6 +6,7 @@ for prefix in '' /usr/local /opt/local /usr ~/.local; do done path /usr/X11R6/bin path /usr/games +export MANPATH=:~/.local/share/man export EDITOR=vi type nvi >/dev/null && EDITOR=nvi |