Add zoxide aliased as `cd`

main
Bo Jeanes 2024-07-25 18:52:37 +10:00
parent d770d4ca37
commit 11a33eeb96
No known key found for this signature in database
1 changed files with 6 additions and 0 deletions

View File

@ -203,6 +203,7 @@
arst = "asdf"; # Colemak home row
cat = "bat";
lg = "lazygit";
cd = "z";
};
programs.nixvim = {
@ -354,6 +355,11 @@
];
};
programs.zoxide = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
};
programs._1password-shell-plugins = {
enable = true;