From 47f75d84ec474929e0b847d758e3890ae0b659a7 Mon Sep 17 00:00:00 2001 From: unexplrd Date: Mon, 7 Apr 2025 13:38:10 +0300 Subject: [PATCH] modules/home/programs/shell/fish.nix: cleanup Signed-off-by: unexplrd --- modules/home/programs/shell/fish.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/modules/home/programs/shell/fish.nix b/modules/home/programs/shell/fish.nix index 4fa2f55..0180f36 100644 --- a/modules/home/programs/shell/fish.nix +++ b/modules/home/programs/shell/fish.nix @@ -13,13 +13,6 @@ in { }; config = mkIf cfg.enable { programs = { - # atuin = { - # enable = true; - # flags = [ - # "--disable-up-arrow" - # ]; - # }; - # }; eza.enable = true; zoxide.enable = true; direnv.enable = true; @@ -33,7 +26,6 @@ in { fish = { enable = true; shellAliases = { - # cat = "bat"; cd = "z"; ed = "$EDITOR"; jf = "jj-fzf"; # think of jeff @@ -46,6 +38,7 @@ in { }; shellAbbrs = { pa = "pueue add --"; + pl = "pueue log"; }; interactiveShellInit = '' bind \e\[3\;5~ kill-word