X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/9803fcd37c718bdfbfb565329c5b23801aa3584c..3f60dca245acc7782d23e42f081bb4be4a050bbb:/.zsh/func/p?ds=inline

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/@