summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
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";