fish: Add some custom aliases

`zelly`,`e`,`cdt`

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-05-21 15:15:07 +03:00
parent 7e4325b8bd
commit 461bcfb9b6
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

View file

@ -46,6 +46,12 @@
"gdca" = "git diff --cached"; "gdca" = "git diff --cached";
"gapa" = "git add --patched"; "gapa" = "git add --patched";
"glola" = "git log --graph --pretty=\"%G?-%C(magenta)%h %C(yellow)(%al)%C(cyan): %s\" --color=always"; "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 = { shellAbbrs = {