X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/6225a803b9ff35c0800fba488b0c3753e2e591a9..4e5f7ffb64e3e06024312c9d859eeee5c4504dd1:/.zsh/func/p diff --git a/.zsh/func/p b/.zsh/func/p index ed46135..4e4a16b 100755 --- a/.zsh/func/p +++ b/.zsh/func/p @@ -16,10 +16,10 @@ if [[ $# -gt 1 ]]; then fi PERMATAG=$USER -PB=http://stikked.com +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/@