changeset 465:95dc58db0d27

0paste without base64
author Edho Arief <edho@myconan.net>
date Mon, 13 May 2013 13:22:40 +0900
parents 9c9aeccbdadf
children 8e194cfa2f5f
files rc/bashrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rc/bashrc	Wed May 01 15:09:40 2013 +0900
+++ b/rc/bashrc	Mon May 13 13:22:40 2013 +0900
@@ -256,7 +256,7 @@
 unset _rm
 
 if command -v curl > /dev/null 2>&1; then
-  alias 0p="gzip | openssl base64 | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip_base64]=<-'"
+  alias 0p="gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip]=<-'"
 fi
 
 # Priority PATHs. Always enable.