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

Added the pipsi plugin
This commit is contained in:
Omer Katz
2014-10-28 11:49:44 +02:00

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