From: Mike Frysinger Date: Thu, 29 Dec 2016 23:13:03 +0000 (-0500) Subject: bash_profile: ignore stty tostop errors X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=524fa7a5b6e3fbb4dd22b27fac9d45e4703b4a42 bash_profile: ignore stty tostop errors --- diff --git a/.bash_profile b/.bash_profile index 4ad5a34..75b8798 100644 --- a/.bash_profile +++ b/.bash_profile @@ -6,4 +6,4 @@ if type -P keychain >/dev/null ; then ) fi [[ -f ~/.bashrc ]] && . ~/.bashrc -stty -tostop +stty -tostop 2>/dev/null