changeset 546:daed3e2c9651

0paste is now .tk \o/
author edogawaconan <me@myconan.net>
date Thu, 26 Mar 2015 19:33:33 +0900
parents c9ea8dd9d382
children a056f6920d8e
files rc/bashrc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rc/bashrc	Tue Feb 24 19:19:21 2015 +0900
+++ b/rc/bashrc	Thu Mar 26 19:33:33 2015 +0900
@@ -268,8 +268,8 @@
 unset _rm
 
 if command -v curl > /dev/null 2>&1; then
-  alias 0p="gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip]=<-'"
-  alias 0pp="gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=<-'"
+  alias 0p="gzip | curl 'http://0paste.tk/pastes.txt' -F 'paste[paste_gzip]=<-'"
+  alias 0pp="gzip | curl 'http://0paste.tk/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=<-'"
 fi
 
 if command -v tmux > /dev/null 2>&1; then