diff rc/bashrc @ 576:dd1f898432e3

Update 0paste domain
author nanaya <me@myconan.net>
date Wed, 07 Oct 2015 01:24:49 +0900
parents ee234e4c144d
children b3c05c6be28d
line wrap: on
line diff
--- 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