X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.zsh%2Ffunc%2Fp;h=4e4a16ba5e11171747cbd61528de4e2c4240b4e9;hb=c853fda54db5336befa027b4fe90f3b6b665c31e;hp=ed4613504a7eeee55fcd85d6cf92a0aa4275a7c0;hpb=6225a803b9ff35c0800fba488b0c3753e2e591a9;p=zsh.git 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/@