summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-05 16:37:24 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-05 16:37:24 -0700
commitdb8dae8ff1489bf56bfe1daef86a41ee38a1a189 (patch)
tree5224eb9bf2294432ee67e1c9ddbfdfb1cacb571d /.bashrc
parenteff6a973f67f8fd49dda07187aafe7e49eafadf7 (diff)
downloaddotfiles-db8dae8ff1489bf56bfe1daef86a41ee38a1a189.tar.gz
clean output of 'd' alias
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 3e277d3d..af9528b6 100644
--- a/.bashrc
+++ b/.bashrc
@@ -45,7 +45,7 @@ alias mg="$EDITOR"
alias vi="$EDITOR"
alias e="$EDITOR"
alias mrs="src-register-all && mr -m status"
-alias d="emacsclient -c -n -e '(dired \".\")'"
+alias d="emacsclient -c -n -e '(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