diff options
| -rw-r--r-- | .profile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1 +1,4 @@ -export ENV=$HOME/.kshrc
\ No newline at end of file +export ENV=$HOME/.kshrc +if [ -z $DISPLAY ] && [ $(tty) = /dev/tty1 ]; then + startx +fi |
![]() |
index : dotfiles.git | |
| Unnamed repository; edit this file 'description' to name the repository. | Mike Vink |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | .profile | 5 |
@@ -1 +1,4 @@ -export ENV=$HOME/.kshrc
\ No newline at end of file +export ENV=$HOME/.kshrc +if [ -z $DISPLAY ] && [ $(tty) = /dev/tty1 ]; then + startx +fi |