From c7bbf1ff7b432b462994d4a153a298b6f062ed4e Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Mon, 13 Jun 2022 10:40:15 +0900 Subject: [PATCH] =?UTF-8?q?Emacs=20:=20shell=20command=F0=9F=8D=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 414cc52..86a6952 100644 --- a/.zshrc +++ b/.zshrc @@ -11,7 +11,9 @@ source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh #export DISPLAY=$VETHER_IP:10.0 # emacs +alias emupgrade="~/.emacs.d/bin/doom upgrade" alias emd="emacs --daemon" +alias emdk="emacsclient --eval '(kill-emacs)'" alias em="emacsclient -c -a 'emacs'" alias emt="emacsclient -c -a 'emacs -nw'" #neovim to vi