dotfiles

Author: Kyle Fuller <inbox@kylefuller.co.uk> 2012-02-18 01:30:31 +0000 +0000
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2012-02-18 01:30:31 +0000 +0000
Commit: fa8184cdbe2561b40be51a3e248054bbd0972332
Parent: 4f809ce7f2758ff3febfb765dc17029bca329201


Fix broken snippt URI
diff --git a/.rc b/.rc
index 0fc1f7fffb95e52bb67f9b704ac702cda339b83c..014020a0f88a8d571dfb9a5b229b5cce344e2e6f 100644
--- a/.rc
+++ b/.rc
@@ -35,10 +35,10 @@
 # wg <filename> <url>
 alias wg="wget -O"
 
-alias snip="curl -F 'paste=<-' http://s.herokuapp.com"
+alias snip="curl -F 'paste=<-' http://snippt.herokuapp.com"
 
 sprungef() {
-  curl -F "paste=@$1" http://s.herokuapp.com
+  curl -F "paste=@$1" http://snippt.herokuapp.com
 }
 
 alias gsnip='git diff | snip'