X-alias added.

This commit is contained in:
Kolan Sh 2014-10-18 14:37:15 +04:00
parent acfecadbf0
commit 3414a005ed
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ alias du='du --human-readable --total'
alias nohup='nohup > /dev/null $1'
alias k='killall'
which sudo &>/dev/null && alias sk='sudo killall'
alias x="exec sh -c \"(/usr/bin/nohup xinit -- -nolisten tcp vt`fgconsole 2>/dev/null` &>/dev/null)&\""
# autofixing
alias cd..='cd ..'