# HG changeset patch # User Edho Arief # Date 1368418960 -32400 # Node ID 95dc58db0d279714ad32ff1138884144cda267b6 # Parent 9c9aeccbdadf3c1ca551d397cc7734d9de617aa7 0paste without base64 diff -r 9c9aeccbdadf -r 95dc58db0d27 rc/bashrc --- 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.