From 2c8a4dd99efd61298bc18393e7fcbf6063db8671 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 8 Feb 2026 18:03:39 +0100 Subject: ... --- hm/shell/fish.nix | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'hm/shell/fish.nix') 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"; }; -- cgit v1.3