new zsh alias: ref -> cd ~/ref

This commit is contained in:
colin 2022-12-16 20:56:48 +00:00
parent 1c9caa40bd
commit 341dd3f2b2

View File

@ -61,8 +61,9 @@ lib.mkIf config.sane.home-manager.enable
"cd../" = "cd ../";
# convenient `cd`-isms
"knowledge" = "cd ~/knowledge";
"nixpkgs" = "cd ~/dev/3rd/nixpkgs";
"nixos" = "cd ~/nixos";
"nixpkgs" = "cd ~/dev/3rd/nixpkgs";
"ref" = "cd ~/ref";
"secrets" = "cd ~/knowledge/secrets";
"uninsane" = "cd ~/dev/uninsane";
};