diff options
Diffstat (limited to 'zsh/zshrc')
-rw-r--r-- | zsh/zshrc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,3 @@ -HISTFILE=~/.config/zsh/.zsh_history HISTSIZE=500000 SAVEHIST=500000 @@ -49,8 +48,8 @@ if [[ -n "$VTE_VERSION" ]]; then __vte_prompt_command fi -if [[ -f "$ZDOTDIR"/zshrc-"$SHORTHOST" ]]; then - source "$ZDOTDIR"/zshrc-"$SHORTHOST" +if [[ -f "$ZDOTDIR"/rc.d/"$SHORTHOST" ]]; then + source "$ZDOTDIR"/rc.d/"$SHORTHOST" fi GPG_TTY=$(tty) |