aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index b26b27a..1f1c62e 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -82,6 +82,9 @@ source "$ZDOTDIR"/keybindings.zsh
zle -N edit-command-line
+[[ -f "$ZDOTDIR"/environ-"$(hostname -s)" ]] && \
+ source "$ZDOTDIR"/environ-"$(hostname -s)"
+
if [[ -n "$VTE_VERSION" ]]; then
source /etc/profile.d/vte.sh
__vte_prompt_command