base: alias cd to z
This commit is contained in:
parent
67271f3ab9
commit
e8527837ec
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue