summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2020-04-07 17:27:59 +0100
committerGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2020-04-07 17:27:59 +0100
commit676308091635f8f80939443826dea2b5cf60f5d1 (patch)
tree46cd8c976275eebc190e49072a3fce2c316e35d3
parentuse perldoc if no cpandoc (diff)
downloaddotfiles-676308091635f8f80939443826dea2b5cf60f5d1.tar.gz
dotfiles-676308091635f8f80939443826dea2b5cf60f5d1.tar.bz2
dotfiles-676308091635f8f80939443826dea2b5cf60f5d1.zip
never wait for e
-rw-r--r--.bash_profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile
index 6451c08..7cd8fe4 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -14,11 +14,11 @@ export GPG_TTY="$(tty)"
eval "$(keychain --eval --inherit any-once --agents ssh id_rsa id_ed25519)"
function e() {
- emacsclient "$@"
+ emacsclient -n "$@"
}
function se() {
- emacsclient "${@/#//sudo::}"
+ emacsclient -n "${@/#//sudo::}"
}
function pd() {