zsh: added zoxide

This commit is contained in:
Nico 2025-05-03 16:15:57 +10:00
parent ef48859adc
commit 5e97f82df0
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,7 @@
environment.systemPackages = with pkgs; [
git
zoxide
tmux
tlrc
file

View file

@ -66,5 +66,6 @@ func plugInstall() {
plugInstall https://github.com/zsh-users/zsh-syntax-highlighting zsh-syntax-highlighting.zsh
plugInstall https://github.com/Aloxaf/fzf-tab fzf-tab.zsh
# load fzf
# load fzf and zoxide
eval "$(fzf --zsh)"
eval "$(zoxide init zsh)"