Delete .bash_profile

This commit is contained in:
Johannes Kamprad
2021-10-21 15:11:58 +02:00
committed by GitHub
parent 7a64c46c70
commit d6ec267640
-10
View File
@@ -1,10 +0,0 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec startx
fi