From a969a59daf0ec7b159cfd26e6f0c6e9856f3dafc Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Fri, 8 Sep 2017 21:48:17 +0200 Subject: [PATCH] updated paths --- cfg/zsh/cfg.d/export.zsh | 5 ++++- lib/basher | 2 +- lib/completions | 2 +- lib/gitignore | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/cfg/zsh/cfg.d/export.zsh b/cfg/zsh/cfg.d/export.zsh index a8d9e2f..bd898c9 100644 --- a/cfg/zsh/cfg.d/export.zsh +++ b/cfg/zsh/cfg.d/export.zsh @@ -24,6 +24,9 @@ manpath+=(${brewpr}/share/man) # Infopath infopath+=(${brewpr}/share/info) +# XDG Data Dirs +XDG_DATA_DIRS+=(/home/linuxbrew/.linuxbrew/share) + # Editor Setting EDITOR='nano' @@ -34,7 +37,7 @@ fpath+=(${dotlib}/local) fpath+=(${BASHER_ROOT}/cellar/completions/zsh) # Actually export -export dotlib dotcfg brewpr gembin PATH MANPATH INFOPATH EDITOR +export dotlib dotcfg brewpr gembin PATH MANPATH INFOPATH EDITOR XDG_DATA_DIRS # Reload all Prompts autoload -U promptinit && promptinit diff --git a/lib/basher b/lib/basher index 9c23f15..e683443 160000 --- a/lib/basher +++ b/lib/basher @@ -1 +1 @@ -Subproject commit 9c23f1510ba4c12299da9cfc524da059c2fa8e12 +Subproject commit e68344345aeb05a110d112338035f6b3a4906464 diff --git a/lib/completions b/lib/completions index 6a2895b..97ae4a9 160000 --- a/lib/completions +++ b/lib/completions @@ -1 +1 @@ -Subproject commit 6a2895b7f5832f006f602271aee102df46d6c965 +Subproject commit 97ae4a914ecbb63aa09c6a90688b2bee5e5f7e6d diff --git a/lib/gitignore b/lib/gitignore index 0551941..d5ce0fc 160000 --- a/lib/gitignore +++ b/lib/gitignore @@ -1 +1 @@ -Subproject commit 055194192edb9ace9bedf5e6bf6e49f6ab824c6e +Subproject commit d5ce0fc1d4a677eaa60d5b8e01ac9e42ec7cfcd1