diff --git a/.zshrc b/.zshrc index 3017f27..6706102 100644 --- a/.zshrc +++ b/.zshrc @@ -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