pull/714/merge
Nathan Waddell 2016-05-09 22:56:51 +00:00
commit ab64f3ee91
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# plugin for plenv
cite about-plugin
about-plugin 'plenv plugin for Perl'
if [[ -e "${HOME}/.plenv/bin" ]] ; then
# load plenv bin dir into path if it exists
pathmunge "${HOME}/.plenv/bin"
fi
if [[ `which plenv` ]] ; then
# init plenv
eval "$(plenv init -)"
# Load the auto-completion script if it exists.
[[ -e ~/.plenv/completions/plenv.bash ]] && source ~/.plenv/completions/plenv.bash
fi