mirror of
https://github.com/langgenius/dify.git
synced 2026-03-03 23:06:20 +08:00
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
|