Mercurial > ec-dotfiles
changeset 567:18cad636d1a2
0paste.tk is now https-only.
author | nanaya <me@myconan.net> |
---|---|
date | Sat, 13 Jun 2015 08:40:58 +0900 |
parents | 99c8e99698ad |
children | 5fac54648ada |
files | rc/bashrc |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/rc/bashrc Mon Jun 08 15:51:02 2015 +0900 +++ b/rc/bashrc Sat Jun 13 08:40:58 2015 +0900 @@ -268,8 +268,8 @@ unset _rm if command -v curl > /dev/null 2>&1; then - alias 0p="gzip | curl 'http://0paste.tk/pastes.txt' -F 'paste[paste_gzip]=<-'" - alias 0pp="gzip | curl 'http://0paste.tk/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=<-'" + 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]=<-'" fi if command -v tmux > /dev/null 2>&1; then