diff --git a/zshrc.zsh b/zshrc.zsh index 0ccd982..62bbbc1 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -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. eval "$(fig init zsh pre)"