# HG changeset patch # User nanaya # Date 1697524790 -32400 # Node ID 81711bd8cac923471ff746f3230ca3e831815467 # Parent 0466907e566a66e4b3e7552a7b3bb9aa443c76ff Update 0paste url diff -r 0466907e566a -r 81711bd8cac9 rc/bashrc --- a/rc/bashrc Sun Dec 18 22:46:25 2022 +0900 +++ b/rc/bashrc Tue Oct 17 15:39:50 2023 +0900 @@ -278,8 +278,8 @@ unset _rm if command -v curl > /dev/null 2>&1; then - 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]=@-'" + alias 0p="gzip | curl 'https://paste.myconan.net/pastes.txt' -F 'paste[paste_gzip]=@-'" + alias 0pp="gzip | curl 'https://paste.myconan.net/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=@-'" fi if command -v tmux > /dev/null 2>&1; then