aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
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