.vimrc: Re-add pastetoggle so F2 works in insert mode
[dotfiles.git] / bin / latest-hub
index 167eb73f3b0ab9ddd286805c61fa6051be28a57c..8f89fbe7d812eb3cf6420839539bffad91131a9a 100755 (executable)
@@ -3,5 +3,6 @@
 # Grabs the latest standalone version of Chris Wanstrath's hub
 # and puts its in your HOME/bin.
 set -e
-curl -o ~/bin/hub http://defunkt.github.com/hub/standalone
+curl -sLo ~/bin/hub http://defunkt.github.com/hub/standalone
 chmod 755 ~/bin/hub
+~/bin/hub --version