aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xiso8859-17
-rwxr-xr-xutf87
2 files changed, 0 insertions, 14 deletions
diff --git a/iso8859-1 b/iso8859-1
deleted file mode 100755
index 1af8033..0000000
--- a/iso8859-1
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-export LC_ALL=en_US.ISO8859-1
-case "$XTERM_SHELL" in
-$0) echo -n '%@'; exec "$@" ;;
-'') exec "$@" ;;
-*) echo -n '%@'; "$@"; echo -n '%G' ;;
-esac
diff --git a/utf8 b/utf8
deleted file mode 100755
index 58460bd..0000000
--- a/utf8
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-export LC_ALL=en_US.UTF-8
-case "$XTERM_SHELL" in
-$0) echo -n '%G'; exec "$@" ;;
-'') exec "$@" ;;
-*) echo -n '%G'; "$@"; echo -n '%@' ;;
-esac