mirror of
				https://github.com/dcarrillo/prezto.git
				synced 2025-11-04 02:49:08 +00:00 
			
		
		
		
	Use $GNUPGHOME if it exists
This commit is contained in:
		@@ -11,7 +11,7 @@ if (( ! $+commands[gpg-agent] )); then
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# Set the default paths to gpg-agent files.
 | 
			
		||||
_gpg_agent_conf="$HOME/.gnupg/gpg-agent.conf"
 | 
			
		||||
_gpg_agent_conf="${GNUPGHOME:-$HOME/.gnupg}/gpg-agent.conf"
 | 
			
		||||
_gpg_agent_env="${TMPDIR:-/tmp}/gpg-agent.env"
 | 
			
		||||
 | 
			
		||||
# Start gpg-agent if not started.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user