aboutsummaryrefslogtreecommitdiff
path: root/dot.zshrc.local
diff options
context:
space:
mode:
authorThomas Schneider <thosch97@gmail.com>2016-01-03 20:42:22 +0100
committerThomas Schneider <thosch97@gmail.com>2016-01-03 20:42:22 +0100
commit7952d86b715169ac0272db02d36fbf0d663d5d19 (patch)
tree073e4d10dd283a17d7d8988301b48e608766cd8e /dot.zshrc.local
parentd13a795f83b3831d6faa595c49ac80d104811521 (diff)
Add Emacs stuff
Signed-off-by: Thomas Schneider <thosch97@gmail.com>
Diffstat (limited to 'dot.zshrc.local')
-rw-r--r--dot.zshrc.local1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot.zshrc.local b/dot.zshrc.local
index 1bb29ae..c54a61c 100644
--- a/dot.zshrc.local
+++ b/dot.zshrc.local
@@ -1,6 +1,7 @@
. ~/.zshrc.from_grml
(( $+commands[bsdtar] )) && alias tar=bsdtar || echo "bsdtar not installed"
alias g=git
+alias ec="emacsclient -n -a emacs"
alias hl="highlight -O ansi"
path=( $HOME/.cabal/bin(/N) $HOME/.go/bin(/N) $HOME/.local/bin(/N) $path /usr/sbin(/N) /usr/local/sbin(/N) /sbin(/N) )
typeset -xU path