From a333333bb866068c110d86b55ec6a81ebb4ec6b5 Mon Sep 17 00:00:00 2001 From: Mateja Date: Tue, 18 Aug 2020 14:34:45 +0200 Subject: added bash_profile --- .bash_profile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .bash_profile (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..24aa5a0 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,9 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc + +if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then + exec startx +fi -- cgit v1.2.3