added basher
This commit is contained in:
parent
ef8e3c7aeb
commit
33a26f7ea4
3 changed files with 7 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -16,3 +16,6 @@
|
||||||
[submodule "lib/welder"]
|
[submodule "lib/welder"]
|
||||||
path = lib/welder
|
path = lib/welder
|
||||||
url = https://github.com/pch/welder
|
url = https://github.com/pch/welder
|
||||||
|
[submodule "lib/basher"]
|
||||||
|
path = lib/basher
|
||||||
|
url = https://github.com/basherpm/basher
|
||||||
|
|
|
@ -8,7 +8,9 @@ export DOTCFGD="${DOTCFG}/zsh/cfg.d"
|
||||||
# Path
|
# Path
|
||||||
path+=(${DOTBIN})
|
path+=(${DOTBIN})
|
||||||
path+=(/opt/android-sdk/build-tools/26.0.1)
|
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
|
export PATH
|
||||||
|
|
||||||
# Editor Setting
|
# Editor Setting
|
||||||
|
|
1
lib/basher
Submodule
1
lib/basher
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e68344345aeb05a110d112338035f6b3a4906464
|
Loading…
Add table
Reference in a new issue