fix zsh config paths
This commit is contained in:
6
config/shared/zsh_root
Normal file
6
config/shared/zsh_root
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user