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'