diff options
author | June McEnroe <programble@gmail.com> | 2015-02-14 01:39:23 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2015-02-14 01:39:23 -0500 |
commit | dc882a351eb5043a88779a44568c7df14836773c (patch) | |
tree | 3e0f3342de0c383050d5a01f5c98872fb3c5af35 | |
parent | New minimal zshrc (diff) | |
download | src-dc882a351eb5043a88779a44568c7df14836773c.tar.gz src-dc882a351eb5043a88779a44568c7df14836773c.zip |
Prevent red first prompt
-rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc index aee2e093..06270b05 100644 --- a/.zshrc +++ b/.zshrc @@ -102,3 +102,6 @@ alias gbl='git blame' alias hu=heroku [[ -f ~/.nvm/nvm.sh ]] && source ~/.nvm/nvm.sh + +# Prevent red first prompt. +true |