/etc/skel/.zshrc: always set 'setopt local_options' if using 'setopt errreturn'.
[grml-etc-core.git] / etc / zsh / zshrc
index 99642aa..df82488 100644 (file)
@@ -55,7 +55,7 @@
 
 # {{{ set some variables
   export EDITOR=${EDITOR:-vim}
-  export SHELL=${SHELL:-/bin/zsh}
+#  export SHELL=${SHELL:-/bin/zsh}
   export MAIL=${MAIL:-/var/mail/$USER}
   [[ -f ~/.terminfo/m/mostlike ]] && MYLESS='LESS=C TERMINFO=~/.terminfo TERM=mostlike less' || MYLESS='less'
   [[ -x /usr/bin/dircolors ]] && eval `dircolors -b`