shell aliases to cd to common places

This commit is contained in:
colin 2022-12-07 07:40:52 +00:00
parent 4696209822
commit 35a896a3e2

View File

@ -59,5 +59,9 @@ lib.mkIf config.sane.home-manager.enable
# common typos
"cd.." = "cd ..";
"cd../" = "cd ../";
# convenient `cd`-isms
"nixpkgs" = "cd ~/dev/3rd/nixpkgs";
"nixos" = "cd ~/nixos";
"uninsane" = "cd ~/dev/uninsane";
};
}