summaryrefslogtreecommitdiff
path: root/.local/bin/x-www-browser
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-11-29 22:38:56 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-11-29 22:38:56 -0500
commita12f3189bcf6d2cf277acfa7824961b158bd57e6 (patch)
treef90abee14a9ba0918de7171c9223fd7079e29b41 /.local/bin/x-www-browser
parent8d5402c81566b7dbef4839a78b5cb2623b9857a0 (diff)
stuff
Diffstat (limited to '.local/bin/x-www-browser')
-rwxr-xr-x.local/bin/x-www-browser3
1 files changed, 1 insertions, 2 deletions
diff --git a/.local/bin/x-www-browser b/.local/bin/x-www-browser
index bbd8943..945dcfc 100755
--- a/.local/bin/x-www-browser
+++ b/.local/bin/x-www-browser
@@ -1,4 +1,3 @@
#!/bin/sh
-`pick -s conkeror iceweasel icecat firefox` "$@"
-exit $?
+eval $(pick -s iceweasel icecat firefox conkeror) "$@"