zshrc: Remove unused parameter $ZSHDIR
[grml-etc-core.git] / etc / zsh / zshrc
index 80828e0..c021c87 100644 (file)
@@ -1587,8 +1587,6 @@ function command_not_found_handler() {
 
 # history
 
-ZSHDIR=${ZDOTDIR:-${HOME}/.zsh}
-
 #v#
 HISTFILE=${ZDOTDIR:-${HOME}}/.zsh_history
 isgrmlcd && HISTSIZE=500  || HISTSIZE=5000