diff options
-rwxr-xr-x | qinit | 2 | ||||
-rwxr-xr-x | xo | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ # } # # If unspecified: -# ${drives[@]}: will match all of "$imgroot/$vm".*.qcow2 +# ${drives[@]}: will match all of "$imgroot/$vm".*.{qcow2,raw} # shopt -s nullglob @@ -23,7 +23,7 @@ default=${EDITOR:-vi} # Fallback -- should be a text editor handler[image/svg+xml]=viewnior handler[inode/directory]=dolphin -handler[application/pdf]=zathura +handler[application/pdf]=evince handler[application/vnd.oasis.opendocument.text]=$doc handler[application/xml]=firefox handler[doc]=$doc |