common: zsh changes

This commit is contained in:
2026-06-14 10:39:13 +02:00
parent 5440b8aaf2
commit 640907f9e1
5 changed files with 14 additions and 6 deletions
+3
View File
@@ -0,0 +1,3 @@
__HOME_ZPROFILE_SOURCED=1
[[ -f "/etc/profile" ]] && emulate sh -c "source /etc/profile"
[[ -f "~/.profile" ]] && emulate sh -c "source ~/.profile"