diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2022-01-09 14:26:25 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2022-01-09 14:26:25 +0000 |
| commit | 775630a2e9dc31bd3a810f4a9a2e78495122d367 (patch) | |
| tree | aad62ed04cc7ff0a619383e5513a0e2bb5909cb0 /zsh/rc | |
| parent | 72d7cb02103c6b765e57aa6c2567f8296457ffdf (diff) | |
zsh: Add an alias to kill the Emacs daemon
Diffstat (limited to 'zsh/rc')
| -rw-r--r-- | zsh/rc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |
