mirror of
https://github.com/kazhala/dotbare
synced 2024-11-02 09:40:27 +00:00
chore(install): added bash plugin to use for bash
This commit is contained in:
parent
060de98635
commit
683ce6f970
2
dotbare.plugin.bash
Normal file
2
dotbare.plugin.bash
Normal file
@ -0,0 +1,2 @@
|
||||
mydir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
[[ :$PATH: != *:"${mydir}":* ]] && export PATH="$PATH:${mydir}"
|
Loading…
Reference in New Issue
Block a user