diff --git a/dotfiles/shrc b/dotfiles/shrc index 9e7bd8c..fc6fdf0 100644 --- a/dotfiles/shrc +++ b/dotfiles/shrc @@ -59,6 +59,10 @@ esac export PS1 case $(uname -s) in +OpenBSD) + # Seems it's just set in /etc/rc and isn't inherited by the shell. + stty status "^T" + ;; Linux) stty erase "^?" ;;