[zsh] Make ssh loading across platform more robust
This commit is contained in:
@ -7,6 +7,8 @@ export ZSH="$HOME/.oh-my-zsh"
|
||||
ZSH_THEME="robbyrussell"
|
||||
|
||||
plugins=(git z fzf asdf direnv emacs yarn aws)
|
||||
|
||||
eval "$($HOME/.local/bin/ssh-agent-env)"
|
||||
load_keys &>/dev/null
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
Reference in New Issue
Block a user