[ssh] Cleaning up load_keys to be easier to debug
This commit is contained in:
@ -1,14 +1,12 @@
|
||||
# If you come from bash you might have to change your $PATH.
|
||||
export GOPATH="$HOME/.go"
|
||||
export PATH=$HOME/.bin:$HOME/var/bin:/usr/local/bin:$PATH:$HOME/.go/bin:$HOME/.local/bin
|
||||
|
||||
export GIT_CU_DIR="$HOME/src"
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
|
||||
ZSH_THEME="robbyrussell"
|
||||
|
||||
plugins=(git z fzf asdf direnv emacs yarn aws)
|
||||
eval $(ssh-agent)
|
||||
load_keys &>/dev/null
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
Reference in New Issue
Block a user