aboutsummaryrefslogtreecommitdiff
path: root/home/john/.config/rox.sourceforge.net/MIME-types/text
diff options
context:
space:
mode:
Diffstat (limited to 'home/john/.config/rox.sourceforge.net/MIME-types/text')
-rwxr-xr-xhome/john/.config/rox.sourceforge.net/MIME-types/text7
1 files changed, 2 insertions, 5 deletions
diff --git a/home/john/.config/rox.sourceforge.net/MIME-types/text b/home/john/.config/rox.sourceforge.net/MIME-types/text
index 1e49770..532d70d 100755
--- a/home/john/.config/rox.sourceforge.net/MIME-types/text
+++ b/home/john/.config/rox.sourceforge.net/MIME-types/text
@@ -1,6 +1,3 @@
-#! /bin/sh
+#!/bin/sh
cd "$(dirname "$1")"
-case "$1" in
-*/Makefile) exec xtopen -K make ;;
-*) exec xtopen vi "$1" ;;
-esac
+exec xtopen vi "$1"