aboutsummaryrefslogtreecommitdiff
path: root/home/john/.config/rox.sourceforge.net/MIME-types/text
diff options
context:
space:
mode:
authorJohn Ankarstrom <john@ankarstrom.se>2021-06-29 21:43:55 +0200
committerJohn Ankarstrom <john@ankarstrom.se>2021-06-29 21:43:55 +0200
commit38f74ff88c0cd2e9361081b3cb7f11d7a7acdcd0 (patch)
tree8b9e0441e85f3dda4c983b1d9f1758b51f701c6d /home/john/.config/rox.sourceforge.net/MIME-types/text
parent47cd7c5f7ee77988689e6ab90eae5f920bb9ad8e (diff)
downloadlbsd-38f74ff88c0cd2e9361081b3cb7f11d7a7acdcd0.tar.gz
ROX: Update scripts to use new xtopen options
Diffstat (limited to 'home/john/.config/rox.sourceforge.net/MIME-types/text')
-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 613c249..4442d98 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 vi "$(basename "$1")"
+exec xtopen -i vi "$(basename "$1")"