summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2019-10-11 14:43:46 +0200
committerAlan Pearce2019-10-11 14:43:46 +0200
commitbe269c22ae4c8d21b3c6013c4a4548e3f2ca3854 (patch)
tree8fabba7f0f84c0304b1ecdccae52d57129d73b9c /user
parent6eb9db08bb849d4ef3660661e6db863ceb5e5721 (diff)
downloadnixfiles-be269c22ae4c8d21b3c6013c4a4548e3f2ca3854.tar.lz
nixfiles-be269c22ae4c8d21b3c6013c4a4548e3f2ca3854.tar.zst
nixfiles-be269c22ae4c8d21b3c6013c4a4548e3f2ca3854.zip
zsh: add alias gfa=git fetch --all
Diffstat (limited to 'user')
-rw-r--r--user/settings/zsh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index 20b69246..61701536 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -200,6 +200,7 @@ in
       gdt = "git difftool";
       grl = "git reflog";
       gri = "git rebase --interactive";
+      gfa = "git fetch --all";
       grs = "git reset";
       grsh = "git reset --hard";
       gsh = "git show";