mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-15 04:41:43 +00:00
Return 1 when a file fails to load
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
if (( ! $+commands[gpg-agent] )); then
|
||||
return
|
||||
return 1
|
||||
fi
|
||||
|
||||
_gpg_env="$HOME/.gnupg/gpg-agent.env"
|
||||
|
@ -21,7 +21,7 @@
|
||||
#
|
||||
|
||||
if (( ! $+commands[ssh-agent] )); then
|
||||
return
|
||||
return 1
|
||||
fi
|
||||
|
||||
_ssh_agent_env="${HOME}/.ssh/environment-${HOST}"
|
||||
|
Reference in New Issue
Block a user