Browse Source

Zsh: remove echo

ubuntu_ci
Ein Verne 4 years ago
parent
commit
09b7d763bb
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 1
      zsh/alias.zsh

1
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

Loading…
Cancel
Save