summaryrefslogtreecommitdiffstats
path: root/.local/bin
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/nuke2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/nuke b/.local/bin/nuke
index fe6daac..e7da6b6 100755
--- a/.local/bin/nuke
+++ b/.local/bin/nuke
@@ -212,7 +212,7 @@ handle_extension() {
212 exit 1;; 212 exit 1;;
213 213
214 ## OpenDocument 214 ## OpenDocument
215 odt|ods|odp|sxw) 215 odt|ods|odp|sxw|docx)
216 if type odt2txt >/dev/null 2>&1; then 216 if type odt2txt >/dev/null 2>&1; then
217 ## Preview as text conversion 217 ## Preview as text conversion
218 odt2txt "${FPATH}" | eval "$PAGER" 218 odt2txt "${FPATH}" | eval "$PAGER"