From 676308091635f8f80939443826dea2b5cf60f5d1 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Tue, 7 Apr 2020 17:27:59 +0100 Subject: never wait for e --- .bash_profile | 4 ++-- 1 file 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() { -- cgit v1.2.3