aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-11 23:13:01 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-08-11 23:13:01 +0200
commit91e5ca760bfa2ff0fbfa5425ce86deb9734bf1a9 (patch)
tree5adf38e58b9c37fbe3ceec5b5224d704fc0e015a /zsh/.zshrc
parent7f37ec99c70152baf6c7eefec2901b34a11226c0 (diff)
downloaddotfiles-91e5ca760bfa2ff0fbfa5425ce86deb9734bf1a9.tar.xz
zshrc: source zshrc-hostname instead of environ-hostname
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index a3c9e2d..8d5a15c 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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