summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2012-06-16 00:19:29 +0200
committerhut <hut@lavabit.com>2012-06-16 00:21:05 +0200
commit003a26e0f232742c09ed237260cd8216c1a951e1 (patch)
treea83ff3d86d45025fd7940ce633ec2b45fe8dbcf8
parent20f386e57398a16146a6e58f2b6ba349ed9248dd (diff)
downloadranger-003a26e0f232742c09ed237260cd8216c1a951e1.tar.gz
defaults/rifle.conf: removed "--" from openoffice entries
-rw-r--r--ranger/defaults/rifle.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/ranger/defaults/rifle.conf b/ranger/defaults/rifle.conf
index 3db23535..dbbda913 100644
--- a/ranger/defaults/rifle.conf
+++ b/ranger/defaults/rifle.conf
@@ -144,9 +144,9 @@ ext pdf, has epdfview, X, flag f = epdfview -- "$@"
 
 ext           sxc|xlsx?|xlt|xlw|gnm|gnumeric, has gnumeric,    X, flag f = gnumeric -- "$@"
 ext           sxc|xlsx?|xlt|xlw|gnm|gnumeric, has kspread,     X, flag f = kspread -- "$@"
-ext od[tspfg]|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has libreoffice, X, flag f = libreoffice -- "$@"
-ext od[tspfg]|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has soffice,     X, flag f = soffice -- "$@"
-ext od[tspfg]|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has ooffice,     X, flag f = ooffice -- "$@"
+ext od[tspfg]|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has libreoffice, X, flag f = libreoffice "$@"
+ext od[tspfg]|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has soffice,     X, flag f = soffice "$@"
+ext od[tspfg]|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has ooffice,     X, flag f = ooffice "$@"
 
 ext docx?, has catdoc,       terminal = catdoc -- "$@" | "$PAGER"
 ext docx?, has libreoffice, X, flag f = libreoffice -- "$@"