This commit is contained in:
zendesk-acicchetti 2022-04-14 08:16:45 -04:00
parent 151a41e6e6
commit 2103bdbd4a

View file

@ -2,7 +2,7 @@
export PATH="${PATH}:${HOME}/.local/bin"
if [[ $(whence -p fig 2> /dev/null) ]]; then
FIG_FOUND=1
eval "$(fig init zsh pre)"
. "$HOME/.fig/shell/zshrc.pre.zsh"
fi
HISTFILE=~/.histfile
@ -177,5 +177,5 @@ done
if [[ $FIG_FOUND == 1 ]]; then
# Fig post block. Keep at the bottom of this file.
eval "$(fig init zsh post)"
. "$HOME/.fig/shell/zshrc.post.zsh"
fi