]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/func/p
fix symlink creation for cdt.latest
[zsh.git] / .zsh / func / p
index 2b167bc35c5038abaf4b2727b58f0af479b3a7d7..4e4a16ba5e11171747cbd61528de4e2c4240b4e9 100755 (executable)
@@ -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=/dev/stdin
+FILE=-
 [[ -n "$1" ]] && FILE="$1"
 
-eval $PBIT -i $FILE
+eval $PBIT -i $FILE | sed -e s@/view/@/raw/@