From 91e5ca760bfa2ff0fbfa5425ce86deb9734bf1a9 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 11 Aug 2014 23:13:01 +0200 Subject: zshrc: source zshrc-hostname instead of environ-hostname --- zsh/.zshrc | 4 ++-- 1 file 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 -- cgit v1.2.3-54-g00ecf