6 lines
148 B
Fish
6 lines
148 B
Fish
function addpaths
|
|
contains -- $argv $fish_user_paths
|
|
or set -U fish_user_paths $fish_user_paths $argv
|
|
echo "Updated PATH: $PATH"
|
|
end
|