5 lines
190 B
Fish
5 lines
190 B
Fish
if status is-interactive
|
|
set -l LOCAL_BIN "$HOME/.local/bin"
|
|
echo $fish_user_paths | grep -i $LOCAL_BIN - > /dev/null 2>&1 || set -g fish_user_paths $fish_user_paths $LOCAL_BIN
|
|
end
|