Change zoxide config
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user