diff options
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 |