fish: Add some custom aliases
`zelly`,`e`,`cdt` Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
7e4325b8bd
commit
461bcfb9b6
1 changed files with 6 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue