[pathmunge] remove duplicate entry into PATH variable on reload command

This commit is contained in:
Ivan Povalyukhin
2015-06-07 20:08:39 -07:00
parent 959acc94ae
commit dabf0e8c42
6 changed files with 9 additions and 6 deletions

View File

@@ -3,5 +3,5 @@ about-plugin 'load pipsi, if you are using it'
if [[ -f "$HOME/.local/bin/pipsi" ]]
then
export PATH=~/.local/bin:$PATH
pathmunge ~/.local/bin
fi