From be269c22ae4c8d21b3c6013c4a4548e3f2ca3854 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 11 Oct 2019 14:43:46 +0200 Subject: zsh: add alias gfa=git fetch --all --- user/settings/zsh.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'user') 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"; -- cgit 1.4.1