'xt' alias added for run URxvt quickly.

This commit is contained in:
Kolan Sh 2014-10-26 12:57:56 +03:00
parent 2d921b4023
commit 577127d720
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,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 ..'