'xt' alias added for run URxvt quickly.
This commit is contained in:
parent
4cb5b1da2d
commit
f1c68b4db4
|
@ -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 ..'
|
||||
|
|
Loading…
Reference in New Issue