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