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"; };