diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-08-02 22:13:57 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-08-02 22:13:57 -0400 |
commit | 3bad8f5d64170ab0ed582a37838e120bec87fb90 (patch) | |
tree | aebe3af0b9f2020533f2e8b7e9d1607923ee400c /sh/.shrc | |
parent | 9df360b86c31398348e66ef9c3dc77b2d84ff3bd (diff) | |
download | dotfiles-3bad8f5d64170ab0ed582a37838e120bec87fb90.tar.gz |
add x11 and i3 stuff
Diffstat (limited to 'sh/.shrc')
-rw-r--r-- | sh/.shrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |