summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-05 16:37:51 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-05 16:37:51 -0700
commita9a6853e7fb94907f03fd2c3745fa1484a8d4087 (patch)
treea4bb9eb5eefae6d7b7f9ebc1fe789ba5ea767b2b /.bashrc
parentdb8dae8ff1489bf56bfe1daef86a41ee38a1a189 (diff)
downloaddotfiles-a9a6853e7fb94907f03fd2c3745fa1484a8d4087.tar.gz
add 'm' alias
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index af9528b6..8b9d616b 100644
--- a/.bashrc
+++ b/.bashrc
@@ -46,6 +46,8 @@ alias vi="$EDITOR"
alias e="$EDITOR"
alias mrs="src-register-all && mr -m status"
alias d="emacsclient -c -n -e '(dired \".\")' >/dev/null"
+alias m="emacsclient -c -n -e '(progn (magit-status \".\") \
+ (delete-other-windows))' >/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