summaryrefslogtreecommitdiff
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
parent7000e98b56fccc97a8de743960ca5de7e6376d9b (diff)
downloaddotfiles-fb1914778732c0e4a9cbe96d271b8bdce301a9a5.tar.gz
move 'mrs' alias .bash_defns -> .bashrc
The -m argument to mr needs a terminal emulator.
-rw-r--r--.bash_defns1
-rw-r--r--.bashrc1
2 files changed, 1 insertions, 1 deletions
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"