X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fzsh%2Ffiles%2Fzshrc;h=ca4c33c013f7411f3d5f033b0fd047efcbc4eeb1;hb=bf414b48e94ca6e551138e70a13a9eac1413f2ff;hp=22f0b6542f644dc89e8348558b46882fa8ab7387;hpb=023600839acf7dbdc53f019219f3bd3d059224dc;p=max%2Fsaltfiles.git diff --git a/states/zsh/files/zshrc b/states/zsh/files/zshrc index 22f0b65..ca4c33c 100644 --- a/states/zsh/files/zshrc +++ b/states/zsh/files/zshrc @@ -23,7 +23,7 @@ compinit HISTFILE=~/.histfile HISTSIZE=100000 SAVEHIST=100000 -setopt appendhistory autocd extendedglob nomatch +setopt appendhistory autocd extendedglob nomatch extendedhistory unsetopt beep notify bindkey -v # End of lines configured by zsh-newuser-install @@ -50,8 +50,6 @@ precmd () { __git_ps1 "" "$(virtual_env)${p}" "${NEWLINE}[%s]${NEWLINE}" } -eval $(keychain --agents gpg,ssh --eval --quiet --noask id_ed25519 B3030EB2 F0C471E6) - bindkey '^R' history-incremental-search-backward if [[ -f ~/.shell_aliases ]]; then @@ -88,3 +86,6 @@ chpwd() { fi fi } + +export GPG_TTY=$(tty) +gpg-connect-agent updatestartuptty /bye >/dev/null