From 49468a7b3b6c30c56c8de3cf7513b213b07ed6db Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 29 Sep 2020 17:51:07 +0100 Subject: (Shell)+eclient alias to zshrc Emacs client alias for main server --- Shell/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'Shell/.zshrc') diff --git a/Shell/.zshrc b/Shell/.zshrc index e510b4b..a085f08 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -2,6 +2,7 @@ ## Aliases alias vim="nvim" +alias eclient="emacsclient -s MAIN" alias emdir=".config/emacs/" alias clip="xclip -sel clip" alias paste="xclip -o" -- cgit v1.2.3-13-gbd6f