summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-07-21 16:40:57 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-07-21 16:51:30 -0700
commit66fae9d8471ed400a529a65d2ce06a794e57baa2 (patch)
treec3137caa24a3596ace43e7ab87a94c41f86571a9 /.bashrc
parentdcab83332fd7022dcf3d5eec9009f1b148d9e430 (diff)
downloaddotfiles-66fae9d8471ed400a529a65d2ce06a794e57baa2.tar.gz
comment out bash 'm' alias for now
Surely I'd just use 'd' alias to get into Emacs and go from there.
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 43e03502..1b15aa26 100644
--- a/.bashrc
+++ b/.bashrc
@@ -43,9 +43,9 @@ alias g="git"
alias ga="git annex"
alias e="$EDITOR"
alias mrs="src-register-all && mr -m status"
-alias m="emacsclient -c -n -e '(progn (magit-status \".\") \
- (delete-other-windows))' >/dev/null"
alias d="emacsclient -cne '(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