From d873a7f42d0a50404cc973079275591ccd5cd028 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 27 Jan 2020 12:03:46 -0700 Subject: reimplement insinuate-dotfiles using Rex --- .bashrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bashrc') 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"' -- cgit v1.2.3