Added zoxide
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
./rip.nix
|
||||
./starship.nix
|
||||
./tldr.nix
|
||||
./zoxide.nix
|
||||
./zsh
|
||||
];
|
||||
}
|
||||
|
||||
9
home/shell/zoxide.nix
Normal file
9
home/shell/zoxide.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{...}: {
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
cd = "z";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user