From be6888bdfbb500396982efc97ed59bf0d55efebf Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 31 Jan 2012 19:26:01 -0500 Subject: [PATCH] Oops, *append* my local man path to MANPATH instead of clobbering the original --- src/.bashrc.d/05local_paths | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.bashrc.d/05local_paths b/src/.bashrc.d/05local_paths index 631e068..f08ec32 100644 --- a/src/.bashrc.d/05local_paths +++ b/src/.bashrc.d/05local_paths @@ -4,7 +4,7 @@ if [ -d ~/lib ]; then fi # append personal manpages to manpath -export MANPATH=":$HOME/.local/share/man" +export MANPATH="$MANPATH:$HOME/.local/share/man" # personalize latex path export TEXINPUTS=":.:$HOME/.local/share/texmf/" -- 2.26.2