feat: add zoxide config

This commit is contained in:
Glen Goodwin 2023-12-09 13:46:07 -05:00
parent 46bd8dd844
commit f785b92606
2 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,12 @@
# ✨ Magical shell history
{...}: {
programs.zoxide = {
enable = true;
};
programs.zsh = {
shellAliases = {
cd = "z";
};
};
}