diff options
| -rw-r--r-- | .zshrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -46,3 +46,10 @@ man() { man "$@" } +if [ -f "${HOME}/.gpg-agent-info" ]; then + . "${HOME}/.gpg-agent-info" + export GPG_AGENT_INFO + export SSH_AUTH_SOCK +fi + +bindkey '^R' history-incremental-search-backward |
