From 8ee4e366f5bed4d54a15746ac199a5fc504c5f0f Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Wed, 19 Jul 2017 19:44:16 +0200 Subject: zshrc/zshenv updates Signed-off-by: Thomas Schneider --- dot.zshrc.local | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dot.zshrc.local') diff --git a/dot.zshrc.local b/dot.zshrc.local index 2edc927..2204cc7 100644 --- a/dot.zshrc.local +++ b/dot.zshrc.local @@ -1,11 +1,10 @@ . ~/.zshrc.from_grml (( $+commands[bsdtar] )) && alias tar=bsdtar || echo "bsdtar not installed" alias g=git -alias ec="emacsclient -n -a emacs" +alias ec="emacsclient -n" alias hl="highlight -O ansi" path=( $HOME/.gem/ruby/*/bin(/N) $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 -export SVN_SSH="ssh -i /home/qsuscs/.ssh/id_rsa_subversion" if [[ -e ~/.local/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh ]]; then prompt off . ~/.local/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh -- cgit v1.2.3