X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=aea6d381fbbd44deb991c403ffd41c0e6734f876;hp=b57a7eea30b759485fe90bf1c5520a0652c254a0;hb=0eb5348287d7b8af99c241817621c132e183fbe0;hpb=2414844a952c9448418d7184bd4b384e959a6f07 diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index b57a7ee..aea6d38 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -307,14 +307,14 @@ isgrml && checkhome() { # }}} # {{{ set some variables -#v# if check_com -c vim ; then +#v# export EDITOR=${EDITOR:-vim} else export EDITOR=${EDITOR:-vi} fi -#v# +#v# export MAIL=${MAIL:-/var/mail/$USER} # if we don't set $SHELL then aterm, rxvt,.. will use /bin/sh or /bin/bash :-/