diff --git a/bashrc b/bashrc index 2ec19d8..9ae647f 100755 --- a/bashrc +++ b/bashrc @@ -184,12 +184,11 @@ then fi input(){ - ( - stty -echo - read foo - stty echo - echo $foo - ) + local foo + stty -echo + read foo + stty echo + echo $foo } tmux(){