feat(fish): adding some abbrs for dry running and show trace

This commit is contained in:
2025-11-02 10:14:05 +01:00
parent c5a1c2861c
commit 87b49d0f58
2 changed files with 6 additions and 2 deletions

View File

@@ -28,7 +28,9 @@ in
nixclean = "nh clean all --keep 3";
nixdev = "nix develop ~/.nix-config -c $SHELL";
nixup = "nh os switch -H $hostname";
nixupv = "nh os switch -v -H $hostname";
nixupn = "nh os switch -n -H $hostname";
nixupv = "nh os switch -v --show-trace -H $hostname";
nixupvn = "nh os switch -n -v --show-trace -H $hostname";
flakeup = "nix flake update";
};
shellAliases = {

View File

@@ -37,7 +37,9 @@ in
nixclean = "nh clean all --keep 3";
nixdev = "nix develop ~/.nix-config -c $SHELL";
nixup = "nh os switch -H $hostname";
nixupv = "nh os switch -v -H $hostname";
nixupn = "nh os switch -n -H $hostname";
nixupv = "nh os switch -v --show-trace -H $hostname";
nixupvn = "nh os switch -n -v --show-trace -H $hostname";
flakeup = "nix flake update";
};
shellAliases = {