summaryrefslogtreecommitdiff
path: root/url.sh
diff options
context:
space:
mode:
Diffstat (limited to 'url.sh')
-rwxr-xr-xurl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/url.sh b/url.sh
index c9f189e..c0e1e6b 100755
--- a/url.sh
+++ b/url.sh
@@ -37,7 +37,7 @@ fi
# let user select the URL
closer="close menu"
-line="$(sed "$ a ${closer}" < "${data_abs}" | ${menu} -l 10)"
+line="$(sed "$ a ${closer}" < "${data_abs}" | ${menu} -i -l 10)"
selection="$(echo "${line}" | awk -F '\t' '{print $1}')"
# exit or open URL in browser