aboutsummaryrefslogtreecommitdiff
path: root/dot.zshrc.local
diff options
context:
space:
mode:
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