aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-10 18:17:41 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-10 18:17:41 -0500
commit679f18b9154726a5bc717d51c1cb87ff0f136761 (patch)
treefdca53d84a549029c3626fa75eba5c888459753d /zshrc
parent3f27593e34b3bc0363bb3a6bd81fe4e2402d0487 (diff)
feat: added keys on ssh init
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 9ecb75c..54d1302 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