]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/func/p
add ~/.local/bin to PATH
[zsh.git] / .zsh / func / p
index a4f66a8fc1344845f2ebe749e209d96a5333baf1..4e4a16ba5e11171747cbd61528de4e2c4240b4e9 100755 (executable)
@@ -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/@