From 461bcfb9b669c0e3e5b4edb6e612443fb0ffd6f7 Mon Sep 17 00:00:00 2001 From: George Kaklamanos Date: Wed, 21 May 2025 15:15:07 +0300 Subject: [PATCH] fish: Add some custom aliases `zelly`,`e`,`cdt` Signed-off-by: George Kaklamanos --- home-manager/fish.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home-manager/fish.nix b/home-manager/fish.nix index ebdb021..6f82d40 100644 --- a/home-manager/fish.nix +++ b/home-manager/fish.nix @@ -46,6 +46,12 @@ "gdca" = "git diff --cached"; "gapa" = "git add --patched"; "glola" = "git log --graph --pretty=\"%G?-%C(magenta)%h %C(yellow)(%al)%C(cyan): %s\" --color=always"; + + # zellij + kelly + jelly + it's fun and memorable + "zelly" = "zellij attach -c main"; + # TODO: I tried calling $EDITOR but it wouldn't work + "e" = "nvim"; + "cdt" = "cd (mktemp -d)"; }; shellAbbrs = {