ZSH Config: load zprofile
This commit is contained in:
parent
7548d7479f
commit
e61298b8cb
1 changed files with 10 additions and 0 deletions
|
@ -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
|
# Colorize the output of the "ls" shell command via LS_COLORS
|
||||||
. /usr/share/LS_COLORS/dircolors.sh
|
. /usr/share/LS_COLORS/dircolors.sh
|
||||||
###################################################################################
|
###################################################################################
|
||||||
|
|
||||||
|
###################################################################################
|
||||||
|
# Load profile configs
|
||||||
|
###################################################################################
|
||||||
|
if [ -r "$HOME/.zprofile" ] ; then
|
||||||
|
source ~/.zprofile
|
||||||
|
fi
|
||||||
|
###################################################################################
|
||||||
|
|
||||||
|
####################################################################################################################################################
|
||||||
|
|
Loading…
Reference in a new issue