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:
parent
515912fadc
commit
e24502769b
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -50,3 +50,6 @@ pgrep -x -u "${USER}" gpg-agent >/dev/null 2>&1 && export SSH_AGENT_PID=$(pgrep
|
||||||
|
|
||||||
# Pew
|
# Pew
|
||||||
hash pew 2>/dev/null && source $(pew shell_config)
|
hash pew 2>/dev/null && source $(pew shell_config)
|
||||||
|
|
||||||
|
# Exit with a success status
|
||||||
|
true
|
||||||
|
|
Loading…
Reference in a new issue