aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-11-07 18:31:09 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-01 18:37:35 +0200
commit074a68dce6b5b912773d0d27f2e61075bc0919b6 (patch)
treec1dd4efe56476433510c145bc996716510dbd1f4 /zsh/zshrc
parent1c5c080ba1bf97cfd45fb80f4055818161eac493 (diff)
downloaddotfiles-074a68dce6b5b912773d0d27f2e61075bc0919b6.tar.xz
zsh: Reorganize
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
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)