aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash_profile
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2024-04-17 18:35:12 +0200
committerdavidpkj <davidpenkow1@gmail.com>2024-04-17 18:35:12 +0200
commit15b131da12cf4975307d4f7618a1f2902a1a9dc9 (patch)
treedaf6cfab9bcfb3b79840fede465b585432537926 /bash/.bash_profile
parent5b9f5d92c4b6961049179598a235db60bed6ecbf (diff)
potato update
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r--bash/.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile
index fe4ba32..ca83a8c 100644
--- a/bash/.bash_profile
+++ b/bash/.bash_profile
@@ -1,4 +1,4 @@
-# Startx
+# start x
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
exec startx
fi