X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/ee52b6cdd711a1394bf02984d50885aef94bc2e1..6a3fd78bbaeda0aa6761a03dbf21217d441a812f:/.zsh/func/p diff --git a/.zsh/func/p b/.zsh/func/p index 4a42372..4e4a16b 100755 --- a/.zsh/func/p +++ b/.zsh/func/p @@ -22,4 +22,4 @@ PBIT="pastebinit -b $PB -a $USER" FILE=- [[ -n "$1" ]] && FILE="$1" -eval $PBIT -i $FILE +eval $PBIT -i $FILE | sed -e s@/view/@/raw/@