5 lines
165 B
Fish
5 lines
165 B
Fish
if not contains "$HOME/.local/bin" $PATH
|
|
# Prepending path in case a system-installed binary needs to be overridden
|
|
set -x PATH "$HOME/.local/bin" $PATH
|
|
end
|