From 534212844cb6d394caffede7df83ae6c03e77a75 Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 15 Dec 2016 01:08:09 -0500 Subject: new format --- .bash_profile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .bash_profile (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..f1007b6 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,4 @@ +# ~/.bash_profile + +[[ -f ~/.bashrc ]] && . ~/.bashrc +[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx -- -keeptty -nolisten tcp > ~/.xorg.log 2>&1 -- cgit v1.2.3