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