From a10b22b9e39f8ae450f328b7e3c77f4c872dacdc Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Wed, 4 Sep 2024 17:12:20 +0200 Subject: [PATCH] better fish aliases --- home-modules/fish.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home-modules/fish.nix b/home-modules/fish.nix index 4c13a14..3e315f2 100755 --- a/home-modules/fish.nix +++ b/home-modules/fish.nix @@ -51,10 +51,12 @@ lib.mkIf (user != "tv") nf = "neofetch"; nxf = "nxfetch"; nn = "nano"; - m = "micro"; + hxx = "hx ."; p = "python"; ipy = "ipython"; c = "codium"; + cc = "codium ."; + code = "codium"; g = "git"; lzg = "lazygit"; # gst = "git status"; @@ -81,7 +83,6 @@ lib.mkIf (user != "tv") dcmp = "docker compose"; nxsent = ''sent -c \${rice.color.foreground} -b \${rice.color.background}''; - code = "codium"; # ya = "yazi"; # function # nxfiglet = "figlet"; };