[UP] del shell/rxvt, use arxvt directly.
[arrow.git] / archlinux_conf / home / .bin / shell / arxvt
blobb59a9efd24a96d873aaffb6bb94b528cf6219600
1 #!/bin/bash
2 # wrapper for rxvt, do export A_HV_RT for avoid change dir when start in rxvt
4 RXVT="/usr/bin/rxvt $*"
5 export A_HV_RT="Y"
6 exec $RXVT