X-alias updated.
This commit is contained in:
parent
c3e17198a5
commit
4cb5b1da2d
|
@ -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 ..'
|
||||
|
|
Loading…
Reference in New Issue