From ef6f32604a5315241b2a8b4692000a026b1f9966 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 12 Nov 2019 14:56:15 -0700 Subject: rld alias --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bashrc') 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"' -- cgit v1.2.3