'xt' alias added for run URxvt quickly.

master
Kolan Sh 2014-10-26 12:58:19 +03:00
parent 4cb5b1da2d
commit f1c68b4db4
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ alias k='killall'
which sudo &>/dev/null && alias sk='sudo killall'
FGCONSOLE=`fgconsole 2>/dev/null`
[ ! -z $FGCONSOLE ] && alias x="exec nohup xinit -- :$FGCONSOLE -nolisten tcp vt$FGCONSOLE &>/dev/null"
[ ! -z $FGCONSOLE ] && alias xt="exec nohup xinit urxvt -- :$FGCONSOLE -nolisten tcp vt$FGCONSOLE &>/dev/null"
# autofixing
alias cd..='cd ..'