# HG changeset patch # User Edho Arief # Date 1368515049 -32400 # Node ID 8e194cfa2f5fd77f7fe0a8c5b397d87525286730 # Parent 95dc58db0d279714ad32ff1138884144cda267b6 [bashrc] Private paste alias diff -r 95dc58db0d27 -r 8e194cfa2f5f rc/bashrc --- a/rc/bashrc Mon May 13 13:22:40 2013 +0900 +++ b/rc/bashrc Tue May 14 16:04:09 2013 +0900 @@ -257,6 +257,7 @@ if command -v curl > /dev/null 2>&1; then alias 0p="gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip]=<-'" + alias 0pp="gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=<-'" fi # Priority PATHs. Always enable.