diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-05-23 11:57:34 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-05-23 11:57:34 +0200 |
| commit | 3a70f9f76654ff63e3242cf3324cc77c44e1980f (patch) | |
| tree | 502ad946de311e7d6cfec1a50ef6c8a932cf3a7e /.zprofile | |
| parent | 718e7ea6e19717c67060648b366dcbbc837535e3 (diff) | |
| parent | 1eab52cfcbcc9f510d1f5c6c1bcdd5b359971c2b (diff) | |
| download | dotfiles-3a70f9f76654ff63e3242cf3324cc77c44e1980f.tar.gz dotfiles-3a70f9f76654ff63e3242cf3324cc77c44e1980f.tar.bz2 dotfiles-3a70f9f76654ff63e3242cf3324cc77c44e1980f.zip | |
Merge remote-tracking branch 'origin/carbon'
Diffstat (limited to '.zprofile')
| -rwxr-xr-x | .zprofile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile new file mode 100755 index 0000000..de50afc --- /dev/null +++ b/.zprofile @@ -0,0 +1,4 @@ +if [[ "$(tty)" = "/dev/tty1" ]]; then + startx + poweroff +fi |
