aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-03-28 16:34:07 -0500
committerToby Vincent <tobyv13@gmail.com>2021-03-28 16:34:07 -0500
commitac4872e7ef9d31e7c4b99dab9331c06084556b80 (patch)
tree2a746c625553b40c3be28b7e2d43b67301cec290 /zshrc
parentb38ddea186ff798ae40b8e97448a5390a6ce7efa (diff)
feat: added ssh.zsh script
Diffstat (limited to 'zshrc')
-rwxr-xr-xzshrc2
1 files changed, 1 insertions, 1 deletions
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