Fix adding all paths

This commit is contained in:
Aleksandr Shushkov
2021-12-06 21:15:47 +03:00
parent d7acbb0080
commit d96c126fe2
+1 -3
View File
@@ -24,11 +24,9 @@ function source_home_file {
do
eval "$export_command"
done <<< "$export_commands"
else
return 1
fi
return 0
return 1
}
# Use specific exec due to Xcode has custom value of $PATH