From 3d340c689b39427f1b29b642baa108d7f5fc39ac Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Sat, 29 Nov 2025 00:21:56 +0100 Subject: feat: initial commit --- .bash_profile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .bash_profile (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..cb7c049 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,8 @@ +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc + +if [[ -z "${DISPLAY}" ]] && [[ "${XDG_VTNR}" -eq 1 ]]; then + exec startx +fi -- cgit v1.2.3