From: Alexander Barton Date: Tue, 17 Mar 2015 10:21:25 +0000 (+0100) Subject: Fixed indentation, use tabs (not spaces) X-Git-Url: https://arthur.ath.cx/gitweb/?a=commitdiff_plain;h=629178243f0cebdce8196da18fc930f7004e5e9d;p=OhMyZshExtensions.git Fixed indentation, use tabs (not spaces) --- diff --git a/plugins/ssh/ssh.plugin.zsh b/plugins/ssh/ssh.plugin.zsh index b84f4b7..e7b65f1 100644 --- a/plugins/ssh/ssh.plugin.zsh +++ b/plugins/ssh/ssh.plugin.zsh @@ -1,12 +1,12 @@ # ssh.plugin.zsh -# 2015-03-10, alex@barton.de +# 2015-03-17, alex@barton.de sshnew () { - ssh -o "StrictHostKeyChecking no" "$@" + ssh -o "StrictHostKeyChecking no" "$@" } sshtmp () { - ssh -o "StrictHostKeyChecking no" -o "UserKnownHostsFile /dev/null" "$@" + ssh -o "StrictHostKeyChecking no" -o "UserKnownHostsFile /dev/null" "$@" }