Added zoxide
This commit is contained in:
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