feat(shell): add gf and gfp aliases
This commit is contained in:
parent
611b2effaf
commit
a63ea4fbea
@ -6,6 +6,8 @@
|
||||
gg = "git graph --all --max-count 32";
|
||||
gs = "git status";
|
||||
gd = "git diff";
|
||||
gf = "git fetch";
|
||||
gfp = "git fetch --prune";
|
||||
k = "kubectl";
|
||||
ww = "nvim -c VimwikiIndex";
|
||||
};
|
||||
|
Reference in New Issue
Block a user