diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-07 18:31:09 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | 074a68dce6b5b912773d0d27f2e61075bc0919b6 (patch) | |
tree | c1dd4efe56476433510c145bc996716510dbd1f4 /zsh/zshrc | |
parent | 1c5c080ba1bf97cfd45fb80f4055818161eac493 (diff) | |
download | dotfiles-074a68dce6b5b912773d0d27f2e61075bc0919b6.tar.xz |
zsh: Reorganize
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
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) |