Browse Source

rm haste function

master
TiynGER 8 months ago
parent
commit
ac717b8965
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      .config/aliasrc

+ 0
- 3
.config/aliasrc

@ -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