comparison rc/bashrc @ 710:81711bd8cac9

Update 0paste url
author nanaya <me@nanaya.net>
date Tue, 17 Oct 2023 15:39:50 +0900
parents b7cd7465cc26
children 0418663a0407
comparison
equal deleted inserted replaced
709:0466907e566a 710:81711bd8cac9
276 alias rm="${_rm} -i" 276 alias rm="${_rm} -i"
277 fi 277 fi
278 unset _rm 278 unset _rm
279 279
280 if command -v curl > /dev/null 2>&1; then 280 if command -v curl > /dev/null 2>&1; then
281 alias 0p="gzip | curl 'https://0paste.com/pastes.txt' -F 'paste[paste_gzip]=@-'" 281 alias 0p="gzip | curl 'https://paste.myconan.net/pastes.txt' -F 'paste[paste_gzip]=@-'"
282 alias 0pp="gzip | curl 'https://0paste.com/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=@-'" 282 alias 0pp="gzip | curl 'https://paste.myconan.net/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=@-'"
283 fi 283 fi
284 284
285 if command -v tmux > /dev/null 2>&1; then 285 if command -v tmux > /dev/null 2>&1; then
286 case "${_os}" in 286 case "${_os}" in
287 OpenBSD) 287 OpenBSD)