add basher plugin

pull/1666/head
cornfeedhobo 2020-09-25 16:19:23 -05:00
parent 49a021ebd8
commit 58fad4d664
No known key found for this signature in database
GPG Key ID: 724357093F994B26
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
cite about-plugin
about-plugin 'initializes basher, the shell package manager'
# https://github.com/basherpm/basher
_command_exists basher ||
[[ -x "$HOME/.basher/bin/basher" ]] ||
return 0
if ! _command_exists basher && [[ -x "$HOME/.basher/bin/basher" ]] ; then
pathmunge "$HOME/.basher/bin"
fi
eval "$(basher init - bash)"