From 45cddd072119c5abd7ec076cf28d51ee01f125b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 12 Jul 2021 13:13:31 +0200 Subject: xtopen: Speed up xterm start --- xtopen | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xtopen b/xtopen index 816b620..ccda2e5 100755 --- a/xtopen +++ b/xtopen @@ -37,4 +37,5 @@ if ! which "$1" >/dev/null; then exit 1 fi -exec xterm -title "$* (`abbr "$PWD"`)" $o -e $p "$@" +export LC_ALL=en_US.ISO8859-1 # speed up xterm start +exec xterm -title "$* (`abbr "$PWD"`)" $o -e u $p "$@" -- cgit v1.2.3