From 3bad8f5d64170ab0ed582a37838e120bec87fb90 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Fri, 2 Aug 2024 22:13:57 -0400 Subject: add x11 and i3 stuff --- sh/.shrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sh/.shrc') 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 -- cgit v1.2.3