changeset 710:81711bd8cac9

Update 0paste url
author nanaya <me@nanaya.net>
date Tue, 17 Oct 2023 15:39:50 +0900
parents 0466907e566a
children 0418663a0407
files rc/bashrc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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