From 219a0108f9cdc8e8744690c5d3243af893166dc2 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 15 Apr 2018 19:53:53 +0200 Subject: [PATCH] [bash] avoid shadowing system `manpath` command --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 274e555..5a444f2 100644 --- a/bashrc +++ b/bashrc @@ -43,7 +43,7 @@ alias fgrep="fgrep --color=auto"; alias v="vim" alias vi="vim" alias path='echo $PATH | tr -s ":" "\n"' -alias manpath='echo $MANPATH | tr -s ":" "\n"' +alias mpath='echo $MANPATH | tr -s ":" "\n"' # Shell options for option in cdspell checkwinsize globstar histappend nocaseglob