1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +02:00

latex formatter added

This commit is contained in:
TiynGER
2020-05-18 02:03:19 +02:00
parent 52fbcc9752
commit f84e0167bc
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"