summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-07-21 16:40:50 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-07-21 16:51:29 -0700
commitdcab83332fd7022dcf3d5eec9009f1b148d9e430 (patch)
treeb2eb779ebd1c6d0d192cf7cbd99f5089848719ae /.bashrc
parent67d34b35fe36c30fef317f85e650a8d7d5baedf6 (diff)
downloaddotfiles-dcab83332fd7022dcf3d5eec9009f1b148d9e430.tar.gz
simplify bash 'd' alias
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index ec852500..43e03502 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 d="emacsclient -c -n -e '(dired \".\")' >/dev/null"
alias m="emacsclient -c -n -e '(progn (magit-status \".\") \
(delete-other-windows))' >/dev/null"
+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