fix zsh config paths

This commit is contained in:
2025-09-15 08:19:46 +03:00
parent 35ff22030b
commit 93870e7953
6 changed files with 162 additions and 111 deletions

6
config/shared/zsh_root Normal file
View File

@@ -0,0 +1,6 @@
if [ -f "$HOME/.config/zsh/zshrc" ]; then
source "$HOME/.config/zsh/zshrc"
else
echo "Warning: ~/.config/zsh/zshrc not found, skipping custom Zsh configuration."
fi