diff --git a/home/private_dot_config/zsh/dot_zprofile b/home/private_dot_config/zsh/dot_zprofile index d725ab0..bbd42b4 100644 --- a/home/private_dot_config/zsh/dot_zprofile +++ b/home/private_dot_config/zsh/dot_zprofile @@ -34,6 +34,11 @@ path=( $path ) +# start by sourcing extras +for rcfile in $HOME/.extra/runcom/*; do + source $rcfile +done + # # Less #