diff options
-rwxr-xr-x | etc/xtopen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,4 +38,4 @@ if ! which "$1" >/dev/null; then fi export LC_ALL=en_US.ISO8859-1 # speed up xterm start -exec xterm -title "$* (`abbr "$PWD"`)" $o -e u $p "$@" +exec uxterm -title "$* (`abbr "$PWD"`)" $o -e $p "$@" |