diff options
| author | Christoph Schlosser <cschlosser@google.com> | 2025-06-17 07:23:30 +0000 |
|---|---|---|
| committer | Christoph Schlosser <cschlosser@google.com> | 2025-06-17 07:23:30 +0000 |
| commit | d0e2daac6b87e2977b3782170f138434b22b8a62 (patch) | |
| tree | 30be7cf6acbf260daf5f72f78885d7a2f3c780b8 /fish/conf.d/_z-make-portable.fish | |
| parent | f311f52b11ac29e3bddf0d0f47316cd06fa0f208 (diff) | |
| download | dots-d0e2daac6b87e2977b3782170f138434b22b8a62.tar.gz | |
Add z plugin
Diffstat (limited to 'fish/conf.d/_z-make-portable.fish')
| -rw-r--r-- | fish/conf.d/_z-make-portable.fish | 6 |
1 files changed, 6 insertions, 0 deletions
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 |