summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-23 22:44:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-23 22:44:33 -0700
commitfb1914778732c0e4a9cbe96d271b8bdce301a9a5 (patch)
tree9d3a4f3bd514ccdcd77d13f887a6df82aa5cb423 /.bashrc
parent7000e98b56fccc97a8de743960ca5de7e6376d9b (diff)
downloaddotfiles-fb1914778732c0e4a9cbe96d271b8bdce301a9a5.tar.gz
move 'mrs' alias .bash_defns -> .bashrc
The -m argument to mr needs a terminal emulator.
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
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"