diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-11-29 22:38:56 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-11-29 22:38:56 -0500 |
commit | a12f3189bcf6d2cf277acfa7824961b158bd57e6 (patch) | |
tree | f90abee14a9ba0918de7171c9223fd7079e29b41 /.local/bin/x-pdf | |
parent | 8d5402c81566b7dbef4839a78b5cb2623b9857a0 (diff) |
stuff
Diffstat (limited to '.local/bin/x-pdf')
-rwxr-xr-x | .local/bin/x-pdf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.local/bin/x-pdf b/.local/bin/x-pdf index 3610fde..cfaa258 100755 --- a/.local/bin/x-pdf +++ b/.local/bin/x-pdf @@ -1,4 +1,3 @@ #!/bin/sh -`pick zathura mupdf okular evince xpdf` "$@" -exit $? +eval $(pick atril zathura mupdf okular evince xpdf 'emacsclient -c') "$@" |