added bash dotfiles

This commit is contained in:
paul-loedige
2020-11-19 22:02:50 +01:00
parent c93ac3ac35
commit 48818887a1
2 changed files with 19 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
exec startx
fi