diff options
| author | adikro </run/secrets/git/email> | 2026-02-09 16:03:51 +0100 |
|---|---|---|
| committer | adikro </run/secrets/git/email> | 2026-02-09 16:03:51 +0100 |
| commit | 43f1d9649a8cf9043dee99a3e366534134aba57b (patch) | |
| tree | a010b7e0de347371ad223baac524fba2e04052b8 /hm/shell/fish.nix | |
| parent | 5c5f2d7e646eb8e984e2004074a400d0cc479f00 (diff) | |
...
Diffstat (limited to 'hm/shell/fish.nix')
| -rw-r--r-- | hm/shell/fish.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hm/shell/fish.nix b/hm/shell/fish.nix index 6338cb1..a417274 100644 --- a/hm/shell/fish.nix +++ b/hm/shell/fish.nix @@ -21,6 +21,8 @@ in shellAliases = { update = "git add . && git commit -m \"$1\" && nix flake update && nh os switch ."; + ns = "nix-search -p"; + nd = "nix develop ."; nos = "nh os switch ."; nob = "nh os boot ."; nfu = "nix flake update"; @@ -30,6 +32,11 @@ in untar = "tar -xzvf"; tarc = "tar -czvf"; + du = "dust -b"; + awk = "choose"; + dig = "doggo"; + ping = "gping"; + ps = "procs"; ff = "fastfetch"; cat = "bat"; yt = "yt-dlp"; |
