X-alias updated.

This commit is contained in:
Kolan Sh 2014-10-18 15:19:29 +04:00
parent 4d90d703d0
commit 2d921b4023
1 changed files with 1 additions and 1 deletions

View File

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