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