Skip to content

Commit

Permalink
zshrc: Remove unused parameter $ZSHDIR
Browse files Browse the repository at this point in the history
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 <ft@grml.org>
  • Loading branch information
ft committed Oct 9, 2015
1 parent fd3a55f commit ea0e7e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions etc/zsh/zshrc
Expand Up @@ -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
Expand Down

0 comments on commit ea0e7e8

Please sign in to comment.