[bash] avoid shadowing system manpath
command
This commit is contained in:
parent
d9dc3b33bf
commit
219a0108f9
1 changed files with 1 additions and 1 deletions
2
bashrc
2
bashrc
|
@ -43,7 +43,7 @@ alias fgrep="fgrep --color=auto";
|
||||||
alias v="vim"
|
alias v="vim"
|
||||||
alias vi="vim"
|
alias vi="vim"
|
||||||
alias path='echo $PATH | tr -s ":" "\n"'
|
alias path='echo $PATH | tr -s ":" "\n"'
|
||||||
alias manpath='echo $MANPATH | tr -s ":" "\n"'
|
alias mpath='echo $MANPATH | tr -s ":" "\n"'
|
||||||
|
|
||||||
# Shell options
|
# Shell options
|
||||||
for option in cdspell checkwinsize globstar histappend nocaseglob
|
for option in cdspell checkwinsize globstar histappend nocaseglob
|
||||||
|
|
Loading…
Add table
Reference in a new issue