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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user