summaryrefslogtreecommitdiff
path: root/zsh/rc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/rc')
-rw-r--r--zsh/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/rc b/zsh/rc
index 237c140..939bb6f 100644
--- a/zsh/rc
+++ b/zsh/rc
@@ -21,8 +21,8 @@ alias ddig='dig +noall +answer'
alias dfl='df -l'
alias du='du -h'
alias dusum='du -d1 | sort -hr'
-alias ec='emacsclient -t'
-alias et='emacsclient -c'
+alias ec='emacsclient -a "" -t'
+alias et='emacsclient -a "" -c'
alias ffmpeg='ffmpeg -hide_banner'
alias ffprobe='ffprobe -hide_banner'
alias grep='grep --color=auto'