diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/env | 1 | ||||
-rw-r--r-- | .config/zsh/plugins.zsh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.config/env b/.config/env index ea0d54c..69fa266 100644 --- a/.config/env +++ b/.config/env @@ -74,6 +74,7 @@ export TSH_HOME="$XDG_CONFIG_HOME"/tsh export WGETRC="$XDG_CONFIG_HOME/wgetrc" export XINITRC="$XDG_CONFIG_HOME"/x11/xinitrc export XSERVERRC="$XDG_CONFIG_HOME"/x11/xserverrc +export _Z_DATA="$XDG_DATA_HOME"/z # ccache export CCACHE_PATH='/usr/bin:/usr/local/bin:/usr/local/llvm11/bin' diff --git a/.config/zsh/plugins.zsh b/.config/zsh/plugins.zsh index d6060a0..9e13701 100644 --- a/.config/zsh/plugins.zsh +++ b/.config/zsh/plugins.zsh @@ -13,3 +13,4 @@ source $HOME/.local/packs/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh >/dev/null source $HOME/.local/packs/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh >/dev/null +[[ -r "/usr/share/z/z.sh" ]] && source /usr/share/z/z.sh |