summaryrefslogtreecommitdiff
path: root/sh/.shrc
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-08-02 22:13:57 -0400
committerCullum Smith <cullum@sacredheartsc.com>2024-08-02 22:13:57 -0400
commit3bad8f5d64170ab0ed582a37838e120bec87fb90 (patch)
treeaebe3af0b9f2020533f2e8b7e9d1607923ee400c /sh/.shrc
parent9df360b86c31398348e66ef9c3dc77b2d84ff3bd (diff)
downloaddotfiles-3bad8f5d64170ab0ed582a37838e120bec87fb90.tar.gz
add x11 and i3 stuff
Diffstat (limited to 'sh/.shrc')
-rw-r--r--sh/.shrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/sh/.shrc b/sh/.shrc
index ee2d5ac..402c592 100644
--- a/sh/.shrc
+++ b/sh/.shrc
@@ -23,3 +23,7 @@ bind ^[[A ed-search-prev-history
bind ^[[B ed-search-next-history
bind "\\e[1;5C" em-next-word
bind "\\e[1;5D" ed-prev-word
+
+if [ "$(tty)" = /dev/ttyv0 ]; then
+ startx
+fi