From efb2439ab82052f6eeb4728d5df774cccb121a8a Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 7 Mar 2020 22:59:24 +0100 Subject: carbon x1 Arch linux config --- .zprofile | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .zprofile (limited to '.zprofile') 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 -- cgit