rm haste function

master
TiynGER 4 years ago
parent 90b64c1592
commit ab9be354b3

@ -27,9 +27,6 @@ srd() { find ~/ownCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;}
# grep
alias grep="grep --color=auto"
# hastebin
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"

Loading…
Cancel
Save