diff --git a/.gitmodules b/.gitmodules index bb1066b..e9af842 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "lib/welder"] path = lib/welder url = https://github.com/pch/welder +[submodule "lib/basher"] + path = lib/basher + url = https://github.com/basherpm/basher diff --git a/cfg/zsh/cfg.d/export b/cfg/zsh/cfg.d/export index c18874c..dc271b7 100644 --- a/cfg/zsh/cfg.d/export +++ b/cfg/zsh/cfg.d/export @@ -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 diff --git a/lib/basher b/lib/basher new file mode 160000 index 0000000..e683443 --- /dev/null +++ b/lib/basher @@ -0,0 +1 @@ +Subproject commit e68344345aeb05a110d112338035f6b3a4906464