1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-30 12:01:16 +01:00

latex formatter added

This commit is contained in:
TiynGER
2020-05-18 02:03:19 +02:00
parent 6fbddba8eb
commit 098e5b0937
2 changed files with 20 additions and 14 deletions

View File

@@ -27,7 +27,10 @@ srd() { find ~/ownCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;}
alias grep="grep --color=auto"
# haste
haste() { a=$(cat); curl -X POST -s -d "$a" https://paste.tiyn.eu/documents | awk -F '"' '{print "https://paste.tiyn.eu/"$4}'; }
haste() {
a=$(cat);
curl -X POST -s -d "$a" https://paste.tiyn.eu/documents | awk -F '"' '{print "https://paste.tiyn.eu/"$4}';
}
#khal
alias calendar="khal"