Add zoxide.nix and update shell aliases
This commit is contained in:
12
home/shell/zoxide.nix
Normal file
12
home/shell/zoxide.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
cd = "z"
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user