aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-12 13:49:51 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-12 13:49:51 +0200
commitf3f4a76b4dfa47c033bcb8ae7065757445044b31 (patch)
tree7a14fa8b4e34452b76ba0ea2cdc4cd23f6b38593
parentae9b31aea8755ad6d603465fa74866e227019553 (diff)
downloadlbsd-f3f4a76b4dfa47c033bcb8ae7065757445044b31.tar.gz
(ROX) MIME-types/text: Remove utf8 (xtopen now uses it by default)
-rwxr-xr-xhome/john/.config/rox.sourceforge.net/MIME-types/text2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/john/.config/rox.sourceforge.net/MIME-types/text b/home/john/.config/rox.sourceforge.net/MIME-types/text
index 89846bb..613c249 100755
--- a/home/john/.config/rox.sourceforge.net/MIME-types/text
+++ b/home/john/.config/rox.sourceforge.net/MIME-types/text
@@ -1,3 +1,3 @@
#!/bin/sh
cd "$(dirname "$1")"
-exec xtopen -putf8 vi "$(basename "$1")"
+exec xtopen vi "$(basename "$1")"