1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-01 17:07:45 +02:00

rm haste function

This commit is contained in:
TiynGER 2020-04-16 13:28:44 +02:00
parent 90b64c1592
commit ab9be354b3

View File

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