diff options
-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 532d70d..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 vi "$1" +exec xtopen vi "$(basename "$1")" |