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 = {