From e895d47d7542201da3abc08d7bc256da79b5cd5a Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 3 May 2012 20:01:29 +0900 Subject: [PATCH] exec startx --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 0882e6f..8be3259 100755 --- a/bashrc +++ b/bashrc @@ -169,7 +169,7 @@ x(){ #mkdir -p ~/.backup/log # nohup startx >~/.backup/log/xorg.log 2>&1 & # exit - startx + exec startx else echo "X cant be started! Maybe another X is already running or something." 1>&2 fi