diff options
author | Alan Pearce | 2019-10-11 14:43:46 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-11 14:43:46 +0200 |
commit | be269c22ae4c8d21b3c6013c4a4548e3f2ca3854 (patch) | |
tree | 8fabba7f0f84c0304b1ecdccae52d57129d73b9c /user | |
parent | 6eb9db08bb849d4ef3660661e6db863ceb5e5721 (diff) | |
download | nixfiles-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.nix | 1 |
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"; |