changeset 576:dd1f898432e3

Update 0paste domain
author nanaya <me@myconan.net>
date Wed, 07 Oct 2015 01:24:49 +0900
parents 139862f791aa
children 28bd58aaa0ab
files rc/bashrc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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