diff options
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
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" |