aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zsh/.config
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.config')
-rw-r--r--zsh/.config/zsh/.zprofile3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zprofile b/zsh/.config/zsh/.zprofile
new file mode 100644
index 0000000..1b88dd5
--- /dev/null
+++ b/zsh/.config/zsh/.zprofile
@@ -0,0 +1,3 @@
+
+# If running from tty1 start sway
+[ "$(tty)" = "/dev/tty1" ] && exec sway \ No newline at end of file