diff options
Diffstat (limited to 'home/.zprofile')
-rw-r--r-- | home/.zprofile | 7 |
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 + |