aboutsummaryrefslogtreecommitdiff
path: root/Shell/.zshrc
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2020-09-29 17:51:07 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2020-09-29 17:51:07 +0100
commit49468a7b3b6c30c56c8de3cf7513b213b07ed6db (patch)
treed0b53f46b837814fa85892df65312a2a052928e1 /Shell/.zshrc
parentd21f6047248c8e3efee811fb4b12c67892febc79 (diff)
downloaddotfiles-49468a7b3b6c30c56c8de3cf7513b213b07ed6db.tar.gz
dotfiles-49468a7b3b6c30c56c8de3cf7513b213b07ed6db.tar.bz2
dotfiles-49468a7b3b6c30c56c8de3cf7513b213b07ed6db.zip
(Shell)+eclient alias to zshrc
Emacs client alias for main server
Diffstat (limited to 'Shell/.zshrc')
-rw-r--r--Shell/.zshrc1
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"