summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-12-18 17:05:56 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-12-18 17:05:56 -0700
commitafcd035f204f1aec0512284992c4ca07ddfc2614 (patch)
treee2b2dd3dbfc403ea7375e443ab1a996bf624d724 /.bashrc
parent605e674a0e8a30e5da27eed28e7657091ae7d5a3 (diff)
downloaddotfiles-afcd035f204f1aec0512284992c4ca07ddfc2614.tar.gz
a2ac alias
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index f581c2bb..cf5b4c92 100644
--- a/.bashrc
+++ b/.bashrc
@@ -55,6 +55,7 @@ alias whitenoise="echo -en \"\033]0;whitenoise\a\";\
cvlc --quiet --loop ~/lib/annex/doc/sounds/R*.ogg"
# useful to check whether a rebase introduced any changes to files
alias rld="git diff @{1}..@{0}"
+alias a2ac="annex-to-annex --commit"
alias host-suite-build-deps='mk-build-deps -ir -s sudo -t \
"apt-get --no-install-recommends"'