From fb1914778732c0e4a9cbe96d271b8bdce301a9a5 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 23 May 2021 22:44:33 -0700 Subject: move 'mrs' alias .bash_defns -> .bashrc The -m argument to mr needs a terminal emulator. --- .bash_defns | 1 - .bashrc | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_defns b/.bash_defns index 599bc6fc..af735d90 100644 --- a/.bash_defns +++ b/.bash_defns @@ -7,7 +7,6 @@ shopt -s expand_aliases alias g="git" alias ga="git annex" -alias mrs="src-register-all && mr -m status" # useful to check whether a rebase introduced any changes to files alias rld="git diff @{1}..@{0}" alias athvpn="sshuttle -r athena 0/0 --dns" diff --git a/.bashrc b/.bashrc index 70b6f997..ef97d7aa 100644 --- a/.bashrc +++ b/.bashrc @@ -48,6 +48,7 @@ alias d="emacsclient -cne '(dired \".\")' >/dev/null" alias ta="tmux new-session -A -s default" alias rax="screen -URaAx" alias new-login-shell="exec su -l $USER" # get new UNIX group without relog +alias mrs="src-register-all && mr -m status" alias b="bts --mbox show" -- cgit v1.2.3