X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/87d00e8f51fc7f05e28ee23d097b568e4af2a3a2..1918b63567401917a02af7deb8f999432ea605a7:/.zsh/func/p?ds=inline

diff --git a/.zsh/func/p b/.zsh/func/p
index fcec59e..4e4a16b 100755
--- a/.zsh/func/p
+++ b/.zsh/func/p
@@ -16,10 +16,10 @@ if [[ $# -gt 1 ]]; then
 fi
 
 PERMATAG=$USER
-PB=http://1t2.us
+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/@