2023-02-25 09:52:25 +00:00
|
|
|
if status is-interactive
|
|
|
|
set -l LOCAL_BIN "$HOME/.local/bin"
|
2023-02-27 10:39:04 +00:00
|
|
|
echo $fish_user_paths | grep -i $LOCAL_BIN - > /dev/null 2>&1 || set -g fish_user_paths $fish_user_paths $LOCAL_BIN
|
2023-02-25 09:52:25 +00:00
|
|
|
end
|