1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-15 15:51:42 +00:00

Return 1 when a file fails to load

This commit is contained in:
Sorin Ionescu
2012-03-28 12:19:53 -04:00
parent 37b140d1d3
commit 647ac1ac00
6 changed files with 10 additions and 8 deletions

View File

@ -7,7 +7,7 @@
#
if (( ! $+commands[gpg-agent] )); then
return
return 1
fi
_gpg_env="$HOME/.gnupg/gpg-agent.env"