1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Merge pull request #145 from woto/master

fixes #121
This commit is contained in:
Mayccoll
2018-09-04 11:47:22 -05:00
committed by GitHub

View File

@@ -202,7 +202,7 @@ set_gogh() {
# Note: sourcing directly from curl does not work
export {PROFILE_NAME,PROFILE_SLUG}="$result" && curlsource "${url}"
else
export {PROFILE_NAME,PROFILE_SLUG}="$result" && source <(wget -O - "${url}")
export {PROFILE_NAME,PROFILE_SLUG}="$result" && bash <(wget -O - "${url}")
fi
}