diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-11 23:13:01 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-11 23:13:01 +0200 |
commit | 91e5ca760bfa2ff0fbfa5425ce86deb9734bf1a9 (patch) | |
tree | 5adf38e58b9c37fbe3ceec5b5224d704fc0e015a | |
parent | 7f37ec99c70152baf6c7eefec2901b34a11226c0 (diff) | |
download | dotfiles-91e5ca760bfa2ff0fbfa5425ce86deb9734bf1a9.tar.xz |
zshrc: source zshrc-hostname instead of environ-hostname
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -81,8 +81,8 @@ function preexec { source "$ZDOTDIR"/aliases.zsh source "$ZDOTDIR"/keybindings.zsh -[[ -f "$ZDOTDIR"/environ-"$(hostname -s)" ]] && \ - source "$ZDOTDIR"/environ-"$(hostname -s)" +[[ -f "$ZDOTDIR"/zshrc-"$(hostname -s)" ]] && \ + source "$ZDOTDIR"/zshrc-"$(hostname -s)" if [[ -n "$VTE_VERSION" ]]; then source /etc/profile.d/vte.sh |