From 1a0ce3881898cab412b3d93ddda0b69849d527bc Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 20 Dec 2025 16:05:13 +0100 Subject: some more small changes --- hm/shell/fish.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'hm') diff --git a/hm/shell/fish.nix b/hm/shell/fish.nix index b2e349a..9fb6a29 100644 --- a/hm/shell/fish.nix +++ b/hm/shell/fish.nix @@ -14,16 +14,19 @@ in ''; shellAliases = { - nos = "nh os switch"; - nob = "nh os boot"; + update = "git add . && git commit -m \"$1\" && nh os switch ."; + + nos = "nh os switch ."; + nob = "nh os boot ."; nfu = "nix flake update"; + ll = "ls -lah"; la = "ls -A"; md = "mkdir -p"; rmf = "rm -rf"; - gl = "git log --oneline --graph --decorate"; untar = "tar -xzvf"; tarc = "tar -czvf"; + ff = "fastfetch"; cat = "bat"; ls = "eza"; -- cgit v1.3