diff options
Diffstat (limited to 'hm/shell/fish.nix')
| -rw-r--r-- | hm/shell/fish.nix | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/hm/shell/fish.nix b/hm/shell/fish.nix index 88a4493..6338cb1 100644 --- a/hm/shell/fish.nix +++ b/hm/shell/fish.nix @@ -1,4 +1,9 @@ -{ config, lib, pkgs, ... }: +{ + config, + lib, + pkgs, + ... +}: let cfg = config.hm.shell.fish; in @@ -14,22 +19,19 @@ in ''; shellAliases = { - update = "git add . && git commit -m \"$1\" && nh os switch ."; + update = "git add . && git commit -m \"$1\" && nix flake update && 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"; untar = "tar -xzvf"; tarc = "tar -czvf"; - + ff = "fastfetch"; cat = "bat"; - ls = "eza"; yt = "yt-dlp"; }; |
