Change zoxide config

This commit is contained in:
Torjus Håkestad 2024-07-25 18:23:08 +02:00
parent 104b9f36ee
commit 4c67fe6688
2 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,6 @@ in
tokei tokei
unzip unzip
ventoy ventoy
zoxide
# Non-CLI stuff # Non-CLI stuff
alacritty alacritty

View File

@ -10,6 +10,10 @@
package = pkgs.nix-direnv; package = pkgs.nix-direnv;
}; };
}; };
programs.zoxide = {
enable = true;
enableZshIntegration = true;
};
programs.zsh = { programs.zsh = {
enable = true; enable = true;
autocd = false; autocd = false;
@ -32,9 +36,6 @@
# Aliases # Aliases
alias ls=eza alias ls=eza
# Init zoxide
eval "$(zoxide init zsh)"
''; '';
zplug = { zplug = {
enable = true; enable = true;