diff --git a/src/async.zsh b/src/async.zsh index 81ea5cf..3c3cf84 100644 --- a/src/async.zsh +++ b/src/async.zsh @@ -20,7 +20,6 @@ _zsh_autosuggest_async_server() { # Output only newlines (not carriage return + newline) stty -onlcr - # Silence any error messages exec 2>/dev/null diff --git a/zsh-autosuggestions.zsh b/zsh-autosuggestions.zsh index 4df6b2c..0a33006 100644 --- a/zsh-autosuggestions.zsh +++ b/zsh-autosuggestions.zsh @@ -515,7 +515,6 @@ _zsh_autosuggest_async_server() { # Output only newlines (not carriage return + newline) stty -onlcr - # Silence any error messages exec 2>/dev/null