aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-10 18:02:10 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-10 18:02:10 -0500
commit6e48b2e2d5998a5cfb733ec3fec6743e1a9bc1b6 (patch)
tree80f95c133c8f6eb289dd01c5459295ba5fb3b289 /zshrc
parent1b1f3e039fe66ed4e06a6d7873c9e5f53f108c2a (diff)
feat: added check for ssh-agent
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 5f5c743..9ecb75c 100644
--- 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"
source $ZSH_BASE/antigen/antigen.zsh
-source $ZSH_BASE/zsh/ssh.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 "${WSL_DISTRO_NAME+1}" ] && source $ZSH_BASE/zsh/wsl.zsh
+[ -n "${WSL_DISTRO_NAME+1}" ] && source $ZSH_BASE/zsh/ssh.zsh
antigen use oh-my-zsh
antigen bundle git