summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 3759e392..b7db29a2 100644
--- a/.bashrc
+++ b/.bashrc
@@ -51,7 +51,7 @@ 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 gdbmacs="emacsclient -tc -sgdbmacs --spw/installed"
+alias gdbmacs="emacsclient -tc -sgdbmacs"
alias b="bts --mbox show"
@@ -80,7 +80,7 @@ upenv () {
done
fi
emacsclient --spw/update-environment
- emacsclient -sgdbmacs --spw/no-start --spw/update-environment
+ emacsclient -sgdbmacs --spw/update-environment
}
# --- host-specific aliases/functions