feat: youve heard of cd-dvd, now get ready for cd-z
This commit is contained in:
parent
b3001a54b0
commit
8bd4eacd3a
1 changed files with 18 additions and 0 deletions
18
modules/base/zoxide.nix
Normal file
18
modules/base/zoxide.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos.base = {
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
|
||||
enableZshIntegration = true;
|
||||
enableBashIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
enableXonshIntegration = true;
|
||||
};
|
||||
|
||||
environment.shellAliases = {
|
||||
"cd" = "z";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue