all repos — nixfiles @ be269c22ae4c8d21b3c6013c4a4548e3f2ca3854

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

zsh: add alias gfa=git fetch --all
Alan Pearce alan@alanpearce.eu
Fri, 11 Oct 2019 14:43:46 +0200
commit

be269c22ae4c8d21b3c6013c4a4548e3f2ca3854

parent

6eb9db08bb849d4ef3660661e6db863ceb5e5721

1 files changed, 1 insertions(+), 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";