.vimrc: +sidescrolloff=10, smarttab, +nnoremap Y
[dotfiles.git] / bin / latest-ack
index bbfaac6f5caccd9c2c216056bb227d4338dfbd48..2b92af419d87ddb32fe8173bf2608760c895efa1 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh -e
-curl http://betterthangrep.com/ack-standalone > ~/bin/ack
-chmod +x ~/bin/ack
+curl -sLo ~/bin/ack http://betterthangrep.com/ack-standalone
+chmod 755 ~/bin/ack
+~/bin/ack --version