[bash] avoid shadowing system manpath command

This commit is contained in:
Fernando Schauenburg 2018-04-15 19:53:53 +02:00
parent d9dc3b33bf
commit 219a0108f9

2
bashrc
View file

@ -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