From 90b64c15926e57811ebb58188c110c820cecbb52 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Thu, 16 Apr 2020 13:16:21 +0200 Subject: [PATCH] changing paste server --- .config/aliasrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/aliasrc b/.config/aliasrc index c1fd3f5..3528b3f 100644 --- a/.config/aliasrc +++ b/.config/aliasrc @@ -28,7 +28,7 @@ srd() { find ~/ownCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;} alias grep="grep --color=auto" # hastebin -haste() { a=$(cat); curl -X POST -s -d "$a" https://www.hastebin.martenkante.eu/documents | awk -F '"' '{print "https://www.hastebin.martenkante.eu/"$4}'; } +haste() { a=$(cat); curl -X POST -s -d "$a" https://paste.tiynger.eu/documents | awk -F '"' '{print "https://paste.tiynger.eu/"$4}'; } #khal alias calendar="khal"