From ea0e7e8f8398b56acfc3988255df57efc29aa65d Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Fri, 9 Oct 2015 16:17:32 +0200 Subject: [PATCH] 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 --- etc/zsh/zshrc | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.1.4