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
unzip
ventoy
zoxide
# Non-CLI stuff
alacritty

View File

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