From 74234a8c6bb2bdec0e0a8ce6b93df9057196710e Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 3 Feb 2022 01:11:06 -0500 Subject: [PATCH] Add `~/.local/bin` as fallback directory to PATH --- config.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.fish b/config.fish index 9bfc350..6d387a2 100644 --- a/config.fish +++ b/config.fish @@ -35,6 +35,8 @@ set fish_color_command 8787ff set VIRTUAL_ENV_DISABLE_PROMPT true +fish_add_path -aP ~/.local/bin + ########### # Aliases # ###########