Hide the potential last error status in .zshrc

Sometimes the last command from .zshrc return something else than 0.
This error status, although useless, can be displayed by some prompts.
This commit is contained in:
Rodolphe Breard 2017-02-12 15:21:30 +01:00
parent 515912fadc
commit e24502769b

3
.zshrc
View file

@ -50,3 +50,6 @@ pgrep -x -u "${USER}" gpg-agent >/dev/null 2>&1 && export SSH_AGENT_PID=$(pgrep
# Pew
hash pew 2>/dev/null && source $(pew shell_config)
# Exit with a success status
true