diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-10 18:05:37 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-10 18:05:37 -0400 |
commit | 79603171010f907ef037213b7ec6cbf5f33258c1 (patch) | |
tree | 33ca779e6a691e582fe73fefbf32349d75e110ba /.local/bin/x-pdf | |
parent | a0b0e2faf634625c2ae1981cb1a5604648ad8334 (diff) |
stuff
Diffstat (limited to '.local/bin/x-pdf')
-rwxr-xr-x | .local/bin/x-pdf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/x-pdf b/.local/bin/x-pdf index 1b23a3d..3610fde 100755 --- a/.local/bin/x-pdf +++ b/.local/bin/x-pdf @@ -1,4 +1,4 @@ #!/bin/sh -`pick evince okular xpdf` "$@" +`pick zathura mupdf okular evince xpdf` "$@" exit $? |