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