diff options
author | John Ankarstrom <john@ankarstrom.se> | 2021-06-30 16:27:30 +0200 |
---|---|---|
committer | John Ankarstrom <john@ankarstrom.se> | 2021-06-30 16:27:30 +0200 |
commit | 302f2980a6dcd3c15c24654cbda0e4eed176fce4 (patch) | |
tree | 997898e4bc3ea595a33c92641c9e7892f1aeec2c | |
parent | 38f74ff88c0cd2e9361081b3cb7f11d7a7acdcd0 (diff) | |
download | lbsd-302f2980a6dcd3c15c24654cbda0e4eed176fce4.tar.gz |
ROX: Update MIME-types/text with new xtopen option
-rwxr-xr-x | home/john/.config/rox.sourceforge.net/MIME-types/text | 2 |
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 4442d98..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 -i vi "$(basename "$1")" +exec xtopen vi "$(basename "$1")" |