aboutsummaryrefslogtreecommitdiff
path: root/home/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to 'home/.zprofile')
-rw-r--r--home/.zprofile7
1 files changed, 7 insertions, 0 deletions
diff --git a/home/.zprofile b/home/.zprofile
new file mode 100644
index 0000000..1bae667
--- /dev/null
+++ b/home/.zprofile
@@ -0,0 +1,7 @@
+case $(tty) in
+ (/dev/tty1) exec startx;;
+ (/dev/tty2) exec tmux;;
+ (/dev/tty3) exec bc;;
+ (/dev/tty4) exec vim;;
+esac
+