aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 4e21f7e..47842cf 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -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)