From 3883e99891791642fceff0ef3c1a7b1be7289588 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 15 Nov 2021 19:50:45 +0000 Subject: [PATCH] Add fig setup --- zshrc.zsh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zshrc.zsh b/zshrc.zsh index cd30e95..24f57e0 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -1,3 +1,8 @@ +#### FIG ENV VARIABLES #### +# Please make sure this block is at the start of this file. +[ -s ~/.fig/shell/pre.sh ] && source ~/.fig/shell/pre.sh +#### END FIG ENV VARIABLES #### + # User configuration # history HISTFILE=~/.histfile