summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-12 14:56:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-12 14:56:15 -0700
commitef6f32604a5315241b2a8b4692000a026b1f9966 (patch)
tree0274c484c31e7d2f3418f32139beb13e572b352f /.bashrc
parent9d304defd4c951a8923fd110833abcedb4c922f8 (diff)
downloaddotfiles-ef6f32604a5315241b2a8b4692000a026b1f9966.tar.gz
rld alias
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 8b9d616b..179052e5 100644
--- a/.bashrc
+++ b/.bashrc
@@ -53,6 +53,8 @@ alias rax="screen -URaAx"
alias new-login-shell="exec su -l $USER" # get new UNIX group without relog
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 host-suite-build-deps='mk-build-deps -ir -s sudo -t \
"apt-get --no-install-recommends"'