summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-01-07 19:08:25 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2024-01-07 19:08:25 -0500
commitc86d5ec09e08b79fbad53c8921594f47ba8c05c4 (patch)
tree4d8e6faf2f04a6e4f2cbbc8ad0f6cfb5d4c6da12 /.profile
parent8929559432affa5920d24931ca9f710401c5823f (diff)
parentb9d220c870dad566fb6d13b93ac36d8dc0fbe151 (diff)
Merge branch 'master' of github.com:ChausseBenjamin/dotfiles
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 1361d61..c35dc08 100644
--- a/.profile
+++ b/.profile
@@ -52,5 +52,5 @@ fi
# Start Desktop Environment if on the main TTY
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
-startx
+ startx
fi