Fixed spelling error in last commit

This commit is contained in:
2019-02-13 12:14:12 -05:00
parent be671b0dd6
commit 888292c190

View File

@@ -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'