shrc: set `stty status` on OpenBSD

This commit is contained in:
Lucas 2021-12-15 09:06:33 +00:00
parent db98b73ff2
commit 95a8ef0800
1 changed files with 4 additions and 0 deletions

View File

@ -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 "^?"
;;