diff --git a/nix/modules/shell.nix b/nix/modules/shell.nix index 8a51b70..ddf10c0 100644 --- a/nix/modules/shell.nix +++ b/nix/modules/shell.nix @@ -5,6 +5,7 @@ environment.systemPackages = with pkgs; [ git + zoxide tmux tlrc file diff --git a/stow/.zshrc b/stow/.zshrc index 616d421..d0ed266 100644 --- a/stow/.zshrc +++ b/stow/.zshrc @@ -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)"