From 8c0193f1ab36e4bb92c993decb6769df1f33a3b6 Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 9 Feb 2017 01:39:34 -0500 Subject: dotfiles: update --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index f1007b6..c3715d3 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,4 +1,4 @@ # ~/.bash_profile [[ -f ~/.bashrc ]] && . ~/.bashrc -[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx -- -keeptty -nolisten tcp > ~/.xorg.log 2>&1 +[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx -- -keeptty -nolisten tcp > /dev/null 2>&1 -- cgit v1.2.3