]> arthur.barton.de Git - OhMyZshExtensions.git/commitdiff
Fixed indentation, use tabs (not spaces)
authorAlexander Barton <alex@barton.de>
Tue, 17 Mar 2015 10:21:25 +0000 (11:21 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 17 Mar 2015 10:21:25 +0000 (11:21 +0100)
plugins/ssh/ssh.plugin.zsh

index b84f4b7e8b685b4347a0e76a1b511878f666460c..e7b65f1849eedbc71e4b00a8fc43831de0f29903 100644 (file)
@@ -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" "$@"
 }