aboutsummaryrefslogtreecommitdiff
path: root/bin/xgo
diff options
context:
space:
mode:
Diffstat (limited to 'bin/xgo')
-rwxr-xr-xbin/xgo2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/xgo b/bin/xgo
index d7806cbc..6bb48af6 100755
--- a/bin/xgo
+++ b/bin/xgo
@@ -31,7 +31,7 @@ for url ; do (
;;
text/plain)
# shellcheck disable=SC2016
- urxvt -e sh -c 'curl -- "$1" | "${PAGER:-more}"' \
+ urxvt -e sh -c 'curl -- "$1" | view -' \
_ "$url" && exit
;;
esac