added basher
This commit is contained in:
parent
ef8e3c7aeb
commit
33a26f7ea4
3 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue