aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-03-08 22:56:18 +0100
committerCharles <sircharlesaze@gmail.com>2020-03-08 22:56:18 +0100
commitafec91ac7504ec03649fa0410f05a9bf750a0ade (patch)
tree5a22f200eef38f0baea00abc97a533bc000bb5a0 /.zprofile
parentefb2439ab82052f6eeb4728d5df774cccb121a8a (diff)
downloaddotfiles-afec91ac7504ec03649fa0410f05a9bf750a0ade.tar.gz
dotfiles-afec91ac7504ec03649fa0410f05a9bf750a0ade.tar.bz2
dotfiles-afec91ac7504ec03649fa0410f05a9bf750a0ade.zip
poweroff after xmonad exit, git store credentials
Diffstat (limited to '.zprofile')
-rwxr-xr-x.zprofile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile
index 7cebc9e..de50afc 100755
--- a/.zprofile
+++ b/.zprofile
@@ -1,3 +1,4 @@
if [[ "$(tty)" = "/dev/tty1" ]]; then
startx
+ poweroff
fi