add zoxide

This commit is contained in:
MFlossmann 2024-07-08 12:36:26 +02:00
parent e447d52cee
commit 092c23f7b3

View file

@ -64,6 +64,12 @@
size = 10000;
path = "${config.xdg.dataHome}/zsh/history";
};
oh-my-zsh = {
enable = true;
plugins = [ "git" "zoxide" ];
};
};
programs.neovim = {