From 431a2912b7fbb61309357ff883894d7d2724fc30 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 9 Aug 2014 19:17:35 +0200 Subject: zshrc: Source $ZDOTDIR/environ-$(hostname -s) if exists --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh') 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 -- cgit v1.2.3-70-g09d2