mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-31 09:29:24 +00:00
[Fix #60] Do not use parentheses in function names
This commit is contained in:
@ -12,7 +12,7 @@ fi
|
||||
|
||||
_gpg_env="$HOME/.gnupg/gpg-agent.env"
|
||||
|
||||
function _gpg-agent-start() {
|
||||
function _gpg-agent-start {
|
||||
gpg-agent --daemon --enable-ssh-support --write-env-file "${_gpg_env}" > /dev/null
|
||||
chmod 600 "${_gpg_env}"
|
||||
source "${_gpg_env}" > /dev/null
|
||||
|
Reference in New Issue
Block a user