From 3414a005ed91d829b4fadc37d10ab5b9623b21ea Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Sat, 18 Oct 2014 14:37:15 +0400 Subject: [PATCH] X-alias added. --- aliases.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/aliases.sh b/aliases.sh index 135b61b..2a64a25 100755 --- a/aliases.sh +++ b/aliases.sh @@ -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 ..'