Merge pull request #346 from thedrow/feature/pipsi-plugin

Added the pipsi plugin
pull/221/merge
Omer Katz 2014-10-28 11:49:44 +02:00
commit b76eb1ea14
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
cite about-plugin
about-plugin 'load pipsi, if you are using it'
if [[ -f $HOME/.local/bin/pipsi ]]
then
export PATH=~/.local/bin:$PATH
fi