From 524fa7a5b6e3fbb4dd22b27fac9d45e4703b4a42 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 29 Dec 2016 18:13:03 -0500 Subject: [PATCH] bash_profile: ignore stty tostop errors --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5