diff options
Diffstat (limited to 'xo')
-rwxr-xr-x | xo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ declare -A handler # when a major MIME type won't correctly identify all filetypes. # openoffice.org documents are an example of this. doc=soffice -image=gpicview +image="sxiv -Z" video=mplayer default=${EDITOR:-vi} # Fallback -- should be a text editor |