X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/9803fcd37c718bdfbfb565329c5b23801aa3584c..d1a7abb4d44890ae6605a73d246b2eaa20a09c08:/.zsh/func/p diff --git a/.zsh/func/p b/.zsh/func/p index a4f66a8..4e4a16b 100755 --- a/.zsh/func/p +++ b/.zsh/func/p @@ -16,10 +16,10 @@ if [[ $# -gt 1 ]]; then fi PERMATAG=$USER -PB=http://rafb.net +PB=http://slexy.org PBIT="pastebinit -b $PB -a $USER" FILE=- [[ -n "$1" ]] && FILE="$1" -eval $PBIT -i $FILE +eval $PBIT -i $FILE | sed -e s@/view/@/raw/@