feat(shell): add gf and gfp aliases

main
mandlm 2024-07-30 12:28:32 +02:00
parent 611b2effaf
commit a63ea4fbea
Signed by: mandlm
GPG Key ID: 088ED38F036C7AF2
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
gg = "git graph --all --max-count 32"; gg = "git graph --all --max-count 32";
gs = "git status"; gs = "git status";
gd = "git diff"; gd = "git diff";
gf = "git fetch";
gfp = "git fetch --prune";
k = "kubectl"; k = "kubectl";
ww = "nvim -c VimwikiIndex"; ww = "nvim -c VimwikiIndex";
}; };