feat(zsh): invoke ssh-agent

This commit is contained in:
Price Hiller 2023-01-28 18:49:43 -06:00
parent 0cb8391a32
commit bc1416472c

View File

@ -8,6 +8,9 @@ export ZSH_HIGHLIGHT_MAXLENGTH=10000
export ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=2
export ZSH_AUTOSUGGEST_STRATEGY=(history completion)
### SSH ###
eval "$(ssh-agent -s)" >/dev/null 2>&1
### FZF ###
export FZF_DEFAULT_COMMAND='fd --hidden --exclude .git --color=always'