aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-05-23 11:57:34 +0200
committerCharles <sircharlesaze@gmail.com>2020-05-23 11:57:34 +0200
commit3a70f9f76654ff63e3242cf3324cc77c44e1980f (patch)
tree502ad946de311e7d6cfec1a50ef6c8a932cf3a7e /.zprofile
parent718e7ea6e19717c67060648b366dcbbc837535e3 (diff)
parent1eab52cfcbcc9f510d1f5c6c1bcdd5b359971c2b (diff)
downloaddotfiles-3a70f9f76654ff63e3242cf3324cc77c44e1980f.tar.gz
dotfiles-3a70f9f76654ff63e3242cf3324cc77c44e1980f.tar.bz2
dotfiles-3a70f9f76654ff63e3242cf3324cc77c44e1980f.zip
Merge remote-tracking branch 'origin/carbon'
Diffstat (limited to '.zprofile')
-rwxr-xr-x.zprofile4
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