added basher

This commit is contained in:
Nikolas Weger 2017-08-18 19:46:35 +02:00
parent ef8e3c7aeb
commit 33a26f7ea4
3 changed files with 7 additions and 1 deletions

View file

@ -8,7 +8,9 @@ export DOTCFGD="${DOTCFG}/zsh/cfg.d"
# Path
path+=(${DOTBIN})
path+=(/opt/android-sdk/build-tools/26.0.1)
path+=(${HOME}/.gem/2.4.0/bin)
path+=(${HOME}/.gem/ruby/2.4.0/bin)
path+=(${DOTLIB}/welder/bin)
path+=(${DOTLIB}/basher/bin)
export PATH
# Editor Setting