summaryrefslogtreecommitdiff
path: root/zsh/rc
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2022-01-09 14:26:25 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2022-01-09 14:26:25 +0000
commit775630a2e9dc31bd3a810f4a9a2e78495122d367 (patch)
treeaad62ed04cc7ff0a619383e5513a0e2bb5909cb0 /zsh/rc
parent72d7cb02103c6b765e57aa6c2567f8296457ffdf (diff)
zsh: Add an alias to kill the Emacs daemon
Diffstat (limited to 'zsh/rc')
-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'