diff --git a/rc b/rc index 8ce7e63..cb775f8 100644 --- a/rc +++ b/rc @@ -33,6 +33,7 @@ function g else git status --short --branch fi + return $? } diff --git a/zshrc b/zshrc index 1aa26e7..deeb629 100644 --- a/zshrc +++ b/zshrc @@ -45,7 +45,7 @@ function configure_omz #{{{ DISABLE_AUTO_UPDATE="true" COMPLETION_WAITING_DOTS="true" - plugins=(autojump brew encode64 fasd git gnu-utils history osx python) + plugins=(autojump brew encode64 fasd gnu-utils history osx python) source $ZSH/oh-my-zsh.sh