feat: alias zoxide to cd

This commit is contained in:
DannyDannyDanny 2026-02-18 13:36:20 +01:00
parent 6494056b4c
commit 07f458fedf
2 changed files with 22 additions and 22 deletions

View file

@ -68,7 +68,7 @@
set -gx EDITOR nvim
set -gx VISUAL nvim
zoxide init fish | source
zoxide init --cmd cd fish | source
'';
};