From 888292c1903e70e43cb5b2b9a3f93e4a744a43c4 Mon Sep 17 00:00:00 2001 From: "chawley (hannibal)" Date: Wed, 13 Feb 2019 12:14:12 -0500 Subject: [PATCH] Fixed spelling error in last commit --- .zsh_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh_aliases b/.zsh_aliases index 70ed863..481723a 100644 --- a/.zsh_aliases +++ b/.zsh_aliases @@ -69,6 +69,6 @@ alias fzfup='cd ~/.fzf && git pull && ./install' # Git (a few in case globals aren't defined) alias git-st='git status' alias git-lg='git log --color --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit' -alias git-remotes='gits remote -v update' +alias git-remotes='git remote -v update'