summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-26 19:34:34 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-01-26 19:34:34 -0700
commit9a5c0b3322139a3ef36f6065c4a4ab037c246dc6 (patch)
tree81fb52da1450ae7f45ab1748850d867d3dd6397a /.bashrc
parent431afc2ff4b7ed6ecd72e62e455fc1132b0e3fe5 (diff)
downloaddotfiles-9a5c0b3322139a3ef36f6065c4a4ab037c246dc6.tar.gz
soffice-pdf & soffice-pdf-all aliases
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 72811ecf..a9203c85 100644
--- a/.bashrc
+++ b/.bashrc
@@ -56,6 +56,8 @@ alias whitenoise="echo -en \"\033]0;whitenoise\a\";\
# useful to check whether a rebase introduced any changes to files
alias rld="git diff @{1}..@{0}"
alias athvpn="sshuttle -r athena 0/0 --dns"
+alias soffice-pdf="soffice --headless --convert-to pdf"
+alias soffice-pdf-all="for f in *.doc *.docx; do soffice --headless --convert-to pdf \"$f\"; done"
alias host-suite-build-deps='mk-build-deps -ir -s sudo -t \
"apt-get --no-install-recommends"'