# HG changeset patch # User nanaya # Date 1444148689 -32400 # Node ID dd1f898432e3fd7b6ce132cd5a6c99809b7ea037 # Parent 139862f791aad445223b83bc9e30ca1e391a2104 Update 0paste domain diff -r 139862f791aa -r dd1f898432e3 rc/bashrc --- a/rc/bashrc Mon Sep 07 16:52:54 2015 +0900 +++ b/rc/bashrc Wed Oct 07 01:24:49 2015 +0900 @@ -268,8 +268,8 @@ unset _rm if command -v curl > /dev/null 2>&1; then - alias 0p="gzip | curl 'https://0paste.tk/pastes.txt' -F 'paste[paste_gzip]=<-'" - alias 0pp="gzip | curl 'https://0paste.tk/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=<-'" + alias 0p="gzip | curl 'https://0paste.com/pastes.txt' -F 'paste[paste_gzip]=<-'" + alias 0pp="gzip | curl 'https://0paste.com/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=<-'" fi if command -v tmux > /dev/null 2>&1; then