summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-07-05 21:44:18 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2020-07-05 21:44:18 +0100
commitff982aee95a49b4536b28409dcd0c8521cea7751 (patch)
tree8d4df6ea44486dc1ce147fb9b4195e7fbffa7596 /zsh
parent92553dc37e39fd812c3f43eef8fda004f72650e1 (diff)
zsh: Use -n with emacsclient -c
Diffstat (limited to 'zsh')
-rw-r--r--zsh/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/rc b/zsh/rc
index 939bb6f..4da9158 100644
--- a/zsh/rc
+++ b/zsh/rc
@@ -22,7 +22,7 @@ alias dfl='df -l'
alias du='du -h'
alias dusum='du -d1 | sort -hr'
alias ec='emacsclient -a "" -t'
-alias et='emacsclient -a "" -c'
+alias et='emacsclient -a "" -c -n'
alias ffmpeg='ffmpeg -hide_banner'
alias ffprobe='ffprobe -hide_banner'
alias grep='grep --color=auto'