Make sure we have possible fig install in PATH

This commit is contained in:
Jonny Barnes 2022-04-15 17:28:36 +01:00
parent 5f6c9d8937
commit 016562585a

View file

@ -1,3 +1,5 @@
# Fig binary can be installed to $HOME, so ammend the $PATH
export PATH="$PATH:$HOME/.local/bin"
# Fig pre block. Keep at the top of this file. # Fig pre block. Keep at the top of this file.
eval "$(fig init zsh pre)" eval "$(fig init zsh pre)"