From 59978053003220735d227a034dc3021584b58770 Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Mon, 18 Apr 2022 20:00:46 +0900 Subject: [PATCH] SH : emacs command. --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index 2d2ce27..bfc7611 100644 --- a/.zshrc +++ b/.zshrc @@ -10,6 +10,10 @@ source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh #VETHER_IP=$(/bin/grep nameserver /etc/resolv.conf 2> /dev/null | /bin/tr -s ' ' | /bin/cut -d' ' -f2) #export DISPLAY=$VETHER_IP:10.0 +# emacs +alias emd="emacs --daemon" +alias em="emacsclient -c -a 'emacs'" +alias emt="emacsclient -c -a 'emacs -nw'" #neovim to vi alias vi=nvim #pacman unlock