From c30d7f9fea554c4106301d34024c107b200ace9e Mon Sep 17 00:00:00 2001 From: arrow_zhang Date: Wed, 20 Aug 2008 19:49:12 -0700 Subject: [PATCH] [UP] del shell/rxvt, use arxvt directly. --- archlinux_conf/home/.bin/shell/arxvt | 6 +++++- archlinux_conf/home/.bin/shell/rxvt | 6 ------ 2 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 archlinux_conf/home/.bin/shell/rxvt diff --git a/archlinux_conf/home/.bin/shell/arxvt b/archlinux_conf/home/.bin/shell/arxvt index 2b1cd03..b59a9ef 100755 --- a/archlinux_conf/home/.bin/shell/arxvt +++ b/archlinux_conf/home/.bin/shell/arxvt @@ -1,2 +1,6 @@ #!/bin/bash -sh /home/arrow/.bin/shell/rxvt +# wrapper for rxvt, do export A_HV_RT for avoid change dir when start in rxvt + +RXVT="/usr/bin/rxvt $*" +export A_HV_RT="Y" +exec $RXVT diff --git a/archlinux_conf/home/.bin/shell/rxvt b/archlinux_conf/home/.bin/shell/rxvt deleted file mode 100644 index 229bb10..0000000 --- a/archlinux_conf/home/.bin/shell/rxvt +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -# wrapper for rxvt, do export A_HV_RT for avoid change dir when start in rxvt - -RXVT="/usr/bin/rxvt $*" -export A_HV_RT="Y" -$RXVT -- 2.11.4.GIT