X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/ee52b6cdd711a1394bf02984d50885aef94bc2e1..33230b65afa1076218abff057d0bbcc7486af0a8:/.zsh/func/p diff --git a/.zsh/func/p b/.zsh/func/p old mode 100755 new mode 100644 index 4a42372..7a646df --- a/.zsh/func/p +++ b/.zsh/func/p @@ -4,10 +4,10 @@ # # function to publish to a pastebin (using pastebinit) # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # if [[ $# -gt 1 ]]; then @@ -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/@