Add keychain sourcing to .zshrc

This commit is contained in:
Trysdyn Black 2020-05-06 17:44:03 -07:00
parent 6a0516ddaa
commit b1f85c6ae2

2
.zshrc
View file

@ -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.