From 016562585abe196449de6a935b8477047d2b6713 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 15 Apr 2022 17:28:36 +0100 Subject: [PATCH] Make sure we have possible fig install in PATH --- zshrc.zsh | 2 ++ 1 file changed, 2 insertions(+) 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)"