summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-27 12:03:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-01-27 13:03:18 -0700
commitd873a7f42d0a50404cc973079275591ccd5cd028 (patch)
tree2c7d8a79c13f83f47a9d3427d52934ba45f6d123 /.bashrc
parent6ae1bee45f6f893a8c5fdb196ab1a45f31751496 (diff)
downloaddotfiles-d873a7f42d0a50404cc973079275591ccd5cd028.tar.gz
reimplement insinuate-dotfiles using Rex
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index a9203c85..414a5ab2 100644
--- a/.bashrc
+++ b/.bashrc
@@ -58,6 +58,7 @@ 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 spwrex="rex -f $HOME/src/dotfiles/Rexfile"
alias host-suite-build-deps='mk-build-deps -ir -s sudo -t \
"apt-get --no-install-recommends"'