fig
This commit is contained in:
parent
151a41e6e6
commit
2103bdbd4a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue