zsh: more cd aliases (knowledge, secrets)
This commit is contained in:
@@ -60,8 +60,10 @@ lib.mkIf config.sane.home-manager.enable
|
|||||||
"cd.." = "cd ..";
|
"cd.." = "cd ..";
|
||||||
"cd../" = "cd ../";
|
"cd../" = "cd ../";
|
||||||
# convenient `cd`-isms
|
# convenient `cd`-isms
|
||||||
|
"knowledge" = "cd ~/knowledge";
|
||||||
"nixpkgs" = "cd ~/dev/3rd/nixpkgs";
|
"nixpkgs" = "cd ~/dev/3rd/nixpkgs";
|
||||||
"nixos" = "cd ~/nixos";
|
"nixos" = "cd ~/nixos";
|
||||||
|
"secrets" = "cd ~/knowledge/secrets";
|
||||||
"uninsane" = "cd ~/dev/uninsane";
|
"uninsane" = "cd ~/dev/uninsane";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user