Change zoxide config
This commit is contained in:
parent
104b9f36ee
commit
4c67fe6688
@ -45,7 +45,6 @@ in
|
||||
tokei
|
||||
unzip
|
||||
ventoy
|
||||
zoxide
|
||||
|
||||
# Non-CLI stuff
|
||||
alacritty
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user