# HG changeset patch # User edogawaconan # Date 1427366013 -32400 # Node ID daed3e2c9651af106515b83f38495619e8f78ffa # Parent c9ea8dd9d3823374af8c9dc04ec0914451b748e2 0paste is now .tk \o/ diff -r c9ea8dd9d382 -r daed3e2c9651 rc/bashrc --- 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