aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2017-07-19 19:44:16 +0200
committerThomas Schneider <qsx@qsx.re>2017-07-19 19:44:16 +0200
commit8ee4e366f5bed4d54a15746ac199a5fc504c5f0f (patch)
tree16c6e3ca3d76ddb1c95d518f44b6d181e357dfcc
parentf9732804134980737228a0b1bf50138d0afbc90d (diff)
zshrc/zshenv updates
Signed-off-by: Thomas Schneider <qsx@qsx.re>
-rw-r--r--dot.zshenv2
-rw-r--r--dot.zshrc.local3
2 files changed, 3 insertions, 2 deletions
diff --git a/dot.zshenv b/dot.zshenv
index 82b6355..b39df2f 100644
--- a/dot.zshenv
+++ b/dot.zshenv
@@ -3,3 +3,5 @@ export LESS="FSRX"
export PATH=${PATH/::/:}
export GPG_TTY=$(tty)
export NNTPSERVER="snews://news.cis.dfn.de"
+export EDITOR=emacsclient
+export VISUAL=$EDITOR
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