From b1f85c6ae2c953dad680b169738217eebf9679bc Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Wed, 6 May 2020 17:44:03 -0700 Subject: [PATCH] Add keychain sourcing to .zshrc --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 06daff6..aa2824d 100644 --- a/.zshrc +++ b/.zshrc @@ -1,3 +1,5 @@ +source $HOME/.keychain/`hostname`-sh + # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. # Initialization code that may require console input (password prompts, [y/n] # confirmations, etc.) must go above this block; everything else may go below.