ZSH Config: load zprofile

This commit is contained in:
Aroy-Art 2025-01-20 10:45:29 +01:00
parent 7548d7479f
commit e61298b8cb
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -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
###################################################################################
####################################################################################################################################################