summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-07-01 01:58:29 +0200
committerJoe <rbo@gmx.us>2024-07-01 01:59:05 +0200
commit7618a56066edadcf7e0f6f13df1ee444a7dc3829 (patch)
tree378527a287d2f5ab12bdf4edb3933347e5dbaab8
parentup (diff)
downloaddotfiles-bsd-7618a56066edadcf7e0f6f13df1ee444a7dc3829.tar.gz
dotfiles-bsd-7618a56066edadcf7e0f6f13df1ee444a7dc3829.tar.bz2
dotfiles-bsd-7618a56066edadcf7e0f6f13df1ee444a7dc3829.tar.xz
dotfiles-bsd-7618a56066edadcf7e0f6f13df1ee444a7dc3829.tar.zst
dotfiles-bsd-7618a56066edadcf7e0f6f13df1ee444a7dc3829.zip
up
-rw-r--r--.config/env1
-rw-r--r--.config/zsh/plugins.zsh1
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