user/zsh: update nix abbrs

This commit is contained in:
Cilly Leang 2026-03-08 18:12:59 +11:00
parent 12a1843587
commit 2f1ca64025
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -38,7 +38,8 @@ let
jf = "doas journalctl -f";
fl = "cd ~/Projects/flakes";
nr = "doas nixos-rebuild switch --flake .#${sysConfig.networking.hostName} -v -L";
nr = "nh os switch";
nb = "nh os boot";
gs = "git status";
ga = "git add";