aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-03-28 16:12:27 -0500
committerToby Vincent <tobyv13@gmail.com>2021-03-28 16:12:27 -0500
commit1607924907c62bf6f9ce3f70e14f8f8848c84cc5 (patch)
treebe466bb8957b98a52ea525f17d4c5c384019d9a8 /zshrc
parentc1c5025ce124e38ca2229c79818ebe823d66645e (diff)
fix: more ssh-agent changes
Diffstat (limited to 'zshrc')
-rwxr-xr-xzshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 39f137f..af04355 100755
--- a/zshrc
+++ b/zshrc
@@ -13,6 +13,7 @@ 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/zprofile
source $ZSH_BASE/antigen/antigen.zsh
source $ZSH_BASE/zsh/setopt.zsh
source $ZSH_BASE/zsh/prompt.zsh
@@ -22,7 +23,6 @@ source $ZSH_BASE/zsh/keybindings.zsh
antigen use oh-my-zsh
antigen bundle git
-antigen bundle ssh-agent
antigen bundle fzf
antigen bundle dotnet
antigen bundle docker