diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-05-17 23:10:36 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-05-17 23:10:36 -0400 |
commit | 6b9d85951e8f93bcac34b25eeb6654217bfdf5b8 (patch) | |
tree | 4cad8abfd3e7091727c0396fa2ad9ca72c35230f /.prefix/bin/x-terminal-emulator | |
parent | 064afade87e784ba4f51aaf71304c75c255179e6 (diff) |
clean up
Diffstat (limited to '.prefix/bin/x-terminal-emulator')
-rwxr-xr-x | .prefix/bin/x-terminal-emulator | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.prefix/bin/x-terminal-emulator b/.prefix/bin/x-terminal-emulator deleted file mode 100755 index f7290b4..0000000 --- a/.prefix/bin/x-terminal-emulator +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -if [ -x "`which emacsterm`" ]; then - emacsterm $@ -elif [ -x "`which urxvt`" ]; then - urxvt $@ -elif [ -x "`which gnome-terminal`" ]; then - gnome-terminal $@ -elif [ -x "`which xterm`"]; then - xterm $@ -fi |