X-alias updated.

This commit is contained in:
Kolan Sh 2014-10-18 15:19:16 +04:00
parent c3e17198a5
commit 4cb5b1da2d
1 changed files with 1 additions and 1 deletions

View File

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