From bab777e06f4f41b5e4c85ab38eeb8c9c35eb3556 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 24 Feb 2022 20:16:35 +0100 Subject: [PATCH] Add ~/.local/bin to path --- dot_config/fish/private_config.fish.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/fish/private_config.fish.tmpl b/dot_config/fish/private_config.fish.tmpl index 32e4087..fc4d45f 100644 --- a/dot_config/fish/private_config.fish.tmpl +++ b/dot_config/fish/private_config.fish.tmpl @@ -1,4 +1,4 @@ -fish_add_path /opt/homebrew/bin +fish_add_path /opt/homebrew/bin $HOME/.local/bin set -gx VIRTUAL_ENV_DISABLE_PROMPT 1 set -gx PYENV_ROOT ~/.pyenv set -gx PIPENV_PYTHON ~/.pyenv/shims/python