diff --git a/.profile-head b/.profile-head new file mode 100755 index 00000000..1a248525 --- /dev/null +++ b/.profile-head @@ -0,0 +1 @@ +#!/bin/sh diff --git a/.zshrc b/.zshrc index d98a6f5d..919c50ab 100644 --- a/.zshrc +++ b/.zshrc @@ -53,3 +53,6 @@ source $ZSH/oh-my-zsh.sh if [[ -f "$HOME/.profile" ]]; then source "$HOME/.profile" 2>& /dev/null fi +if [[ -f "$HOME/.profile-head" ]]; then + source "$HOME/.profile-head" +fi