aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-03-07 22:59:24 +0100
committerCharles <sircharlesaze@gmail.com>2020-03-07 22:59:24 +0100
commitefb2439ab82052f6eeb4728d5df774cccb121a8a (patch)
treec8bd0dadbc6a3f2744922b248bd3e76520ad982b /.zprofile
parentf4309c69498ae23959de904d38d23f6f8d667c09 (diff)
downloaddotfiles-efb2439ab82052f6eeb4728d5df774cccb121a8a.tar.gz
dotfiles-efb2439ab82052f6eeb4728d5df774cccb121a8a.tar.bz2
dotfiles-efb2439ab82052f6eeb4728d5df774cccb121a8a.zip
carbon x1 Arch linux config
Diffstat (limited to '.zprofile')
-rwxr-xr-x.zprofile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile
new file mode 100755
index 0000000..7cebc9e
--- /dev/null
+++ b/.zprofile
@@ -0,0 +1,3 @@
+if [[ "$(tty)" = "/dev/tty1" ]]; then
+ startx
+fi