Updated zprofile

This commit is contained in:
CapCreeperGR
2024-07-08 19:34:54 +00:00
parent b606726c27
commit becc82f9c9
+1 -1
View File
@@ -28,6 +28,6 @@ unset -f append_path
# Run /etc/zshrc if in an interactive terminal # Run /etc/zshrc if in an interactive terminal
if [[ $- == *i* ]] if [[ $- == *i* ]]
then then
. /etc/zshrc . /etc/zsh/zshrc
fi fi