0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

fix stackoverflow url in search

This commit is contained in:
Will Mendes 2015-04-23 00:38:25 -03:00
parent b4729d3ea0
commit 05f2ad3dbb

View file

@ -105,7 +105,7 @@ function frontend() {
url="${url}emberjs.com"
url="${url}/api/#stq=$2&stp=1" ;;
"stackoverflow")
url="${url}https://stackoverflow.com"
url="${url}stackoverflow.com"
url="${url}/search?q=$2" ;;
*) echo "INVALID PARAM!"
return ;;