feat: enable zoxide on shell init

This commit is contained in:
DannyDannyDanny 2025-12-01 10:34:57 +01:00
parent 971c1f997d
commit bc66b138f7

View file

@ -64,6 +64,8 @@
# Set default editor
set -gx EDITOR nvim
set -gx VISUAL nvim
zoxide init fish | source
'';
};