feat(homeModules/cli): add alias for zoxide to cd
This commit is contained in:
parent
812b512660
commit
7e122ec3c9
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
config = lib.mkMerge [
|
||||
{
|
||||
programs.zoxide.enable = true;
|
||||
home.shellAliases.cd = "z";
|
||||
home.persistence."/persist/home/${config.snowfallorg.user.name}".directories = [
|
||||
"./local/share/zoxide"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue