From: Frank Terbeck Date: Fri, 9 Oct 2015 14:17:32 +0000 (+0200) Subject: zshrc: Remove unused parameter $ZSHDIR X-Git-Tag: v0.12.4~1 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=ea0e7e8f8398b56acfc3988255df57efc29aa65d zshrc: Remove unused parameter $ZSHDIR It was only used with the previous cache setup. The new setup now uses ${ZDOTDIR:-$HOME} like everything else in the zshrc does. Signed-off-by: Frank Terbeck --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 80828e0..c021c87 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -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