From 33a26f7ea41de3af1dd1bc4ec0abb9fdc830e9bb Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Fri, 18 Aug 2017 19:46:35 +0200 Subject: [PATCH] added basher --- .gitmodules | 3 +++ cfg/zsh/cfg.d/export | 4 +++- lib/basher | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) create mode 160000 lib/basher 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