add zoxide
This commit is contained in:
parent
e447d52cee
commit
092c23f7b3
1 changed files with 6 additions and 0 deletions
|
|
@ -64,6 +64,12 @@
|
||||||
size = 10000;
|
size = 10000;
|
||||||
path = "${config.xdg.dataHome}/zsh/history";
|
path = "${config.xdg.dataHome}/zsh/history";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
oh-my-zsh = {
|
||||||
|
enable = true;
|
||||||
|
plugins = [ "git" "zoxide" ];
|
||||||
|
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue