From 48a21bf79eb329f48a7db3f928a99c0333c4e623 Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Sat, 18 Feb 2017 11:27:55 -0700 Subject: [PATCH] [cleanup] Remove an extra newline --- src/async.zsh | 1 - zsh-autosuggestions.zsh | 1 - 2 files changed, 2 deletions(-) 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