diff options
Diffstat (limited to 'hm')
| -rw-r--r-- | hm/shell/fish.nix | 9 |
1 files changed, 6 insertions, 3 deletions
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"; |
