all repos — nixfiles @ be269c22ae4c8d21b3c6013c4a4548e3f2ca3854

System and user configuration, managed by nix and home-manager

zsh: add alias gfa=git fetch --all

Alan Pearce
commit

be269c22ae4c8d21b3c6013c4a4548e3f2ca3854

parent

6eb9db08bb849d4ef3660661e6db863ceb5e5721

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M user/settings/zsh.nixuser/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";