zsh: add alias gfa=git fetch --all
Alan Pearce alan@alanpearce.eu
Fri, 11 Oct 2019 14:43:46 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -200,6 +200,7 @@ gzp = "git stash pop"; gdt = "git difftool"; grl = "git reflog"; gri = "git rebase --interactive"; + gfa = "git fetch --all"; grs = "git reset"; grsh = "git reset --hard"; gsh = "git show";