feat(shell): add gfp alias
This commit is contained in:
parent
611b2effaf
commit
983daa47a1
@ -6,6 +6,7 @@
|
|||||||
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";
|
||||||
|
gfp = "git fetch --prune";
|
||||||
k = "kubectl";
|
k = "kubectl";
|
||||||
ww = "nvim -c VimwikiIndex";
|
ww = "nvim -c VimwikiIndex";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user