From ad58b57df7b298bc3e25c578f590d44da3ce36c9 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 17 Jun 2022 19:09:27 +0200 Subject: Initial commit --- dotfiles/.bash_profile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dotfiles/.bash_profile (limited to 'dotfiles/.bash_profile') diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile new file mode 100644 index 0000000..0dc5034 --- /dev/null +++ b/dotfiles/.bash_profile @@ -0,0 +1,9 @@ +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . "$HOME/.bashrc" + +# StartX +if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then + exec startx +fi -- cgit 1.4.1