From 09b7d763bb314da17cc9751bdf2d76649daedb0e Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Thu, 15 Oct 2020 18:51:10 +0800 Subject: [PATCH] Zsh: remove echo --- zsh/alias.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/alias.zsh b/zsh/alias.zsh index 9531e6f..09d97ba 100644 --- a/zsh/alias.zsh +++ b/zsh/alias.zsh @@ -26,6 +26,5 @@ alias proxy_http='export all_proxy=http://127.0.0.1:1081' # assh # https://github.com/moul/assh if [[ -f ~/.ssh/assh.yml ]]; then - echo "assh wrapper" alias ssh="assh wrapper ssh --" fi