From d0e2daac6b87e2977b3782170f138434b22b8a62 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Tue, 17 Jun 2025 07:23:30 +0000 Subject: Add z plugin --- fish/conf.d/_z-make-portable.fish | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fish/conf.d/_z-make-portable.fish (limited to 'fish/conf.d/_z-make-portable.fish') diff --git a/fish/conf.d/_z-make-portable.fish b/fish/conf.d/_z-make-portable.fish new file mode 100644 index 0000000..fea1758 --- /dev/null +++ b/fish/conf.d/_z-make-portable.fish @@ -0,0 +1,6 @@ +# Don't use set -U here +# set -U stores the actual value of $HOME in the fish_variables file +# which is tracked in the dotfiles repo. +# This makes it non-portable. +set -x Z_DATA $HOME/.local/share/z/data +set -xp Z_EXCLUDE $HOME -- cgit v1.2.3