diff --git a/modules/profiles/base.nix b/modules/profiles/base.nix index a35d0f3..7bf15c8 100644 --- a/modules/profiles/base.nix +++ b/modules/profiles/base.nix @@ -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";