diff --git a/Configs/ZSHShell/.zshrc b/Configs/ZSHShell/.zshrc index f1f56ba..87a06ea 100644 --- a/Configs/ZSHShell/.zshrc +++ b/Configs/ZSHShell/.zshrc @@ -130,3 +130,13 @@ source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh # Colorize the output of the "ls" shell command via LS_COLORS . /usr/share/LS_COLORS/dircolors.sh ################################################################################### + +################################################################################### +# Load profile configs +################################################################################### +if [ -r "$HOME/.zprofile" ] ; then + source ~/.zprofile +fi +################################################################################### + +####################################################################################################################################################