]> git.wh0rd.org - home.git/commitdiff
bash_profile: ignore stty tostop errors
authorMike Frysinger <vapier@gentoo.org>
Thu, 29 Dec 2016 23:13:03 +0000 (18:13 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 29 Dec 2016 23:13:03 +0000 (18:13 -0500)
.bash_profile

index 4ad5a34a197c1f1da3d04fceac0b7343b310a629..75b8798cfd803f29b87bc9667485f31fa187c26a 100644 (file)
@@ -6,4 +6,4 @@ if type -P keychain >/dev/null ; then
        )
 fi
 [[ -f ~/.bashrc ]] && . ~/.bashrc
-stty -tostop
+stty -tostop 2>/dev/null