summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/rc b/zsh/rc
index 1b56d48..9c5918a 100644
--- a/zsh/rc
+++ b/zsh/rc
@@ -37,6 +37,7 @@ alias ffmpeg='ffmpeg -hide_banner'
alias ffprobe='ffprobe -hide_banner'
alias grep='grep --color=auto'
alias k=kubectl
+alias kill-emacs-server='emacsclient -e "(save-buffers-kill-emacs)"'
alias la='ls -A'
alias ll='ls -hl'
alias lla='ls -Ahl'