From ac4872e7ef9d31e7c4b99dab9331c06084556b80 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sun, 28 Mar 2021 16:34:07 -0500 Subject: feat: added ssh.zsh script --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index c137ef7..c575d5b 100755 --- a/zshrc +++ b/zshrc @@ -13,12 +13,12 @@ hash -d d=${HOME}/docker [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]] && source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" -grep -q docker /proc/1/cgroup || source $ZSH_BASE/zprofile source $ZSH_BASE/antigen/antigen.zsh source $ZSH_BASE/zsh/setopt.zsh source $ZSH_BASE/zsh/prompt.zsh source $ZSH_BASE/zsh/aliases.zsh source $ZSH_BASE/zsh/keybindings.zsh +[ ! -n "${SSH_AUTH_SOCK+1}" ] && source $ZSH_BASE/zsh/ssh.zsh [ -n "${WSL_DISTRO_NAME+1}" ] && source $ZSH_BASE/zsh/wsl.zsh antigen use oh-my-zsh -- cgit v1.2.3-70-g09d2