base: alias cd to z

dev-docs
Moritz Böhme 2023-03-02 09:20:35 +01:00
parent 67271f3ab9
commit e8527837ec
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ in
grep = "rg";
rm = "rm -i";
mv = "mv -i";
cd = "z";
nixos-switch = nom-system-command "sudo nixos-rebuild switch --flake ~/.dotfiles";
nixos-boot = nom-system-command "sudo nixos-rebuild boot --flake ~/.dotfiles";