Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pengwynn/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Dec 19, 2012
2 parents 93b3a20 + b5839ce commit c522e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gxpr
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ res=$(
# if we don't have a result, try wolfram alpha # if we don't have a result, try wolfram alpha
test -z "$res" && { test -z "$res" && {
echo "google doesn't know" "$@" 1>&2 echo "google doesn't know" "$@" 1>&2
echo "⌘ click: \033[4m$WOLFRAM?i=$EXPR" echo "⌘ click: \033[4m$WOLFRAM?i=$EXPR\033[0m"
exit 1 exit 1
} }


Expand Down

0 comments on commit c522e33

Please sign in to comment.