add /etc/profile to zsh sources

This commit is contained in:
thek4n 2026-06-17 16:07:24 +03:00
parent cbe795ed2d
commit 23b57732e8
2 changed files with 1 additions and 4 deletions

View File

@ -25,6 +25,7 @@ source "${ZDOTDIR}/prompt"
source "${ZDOTDIR}/other"
source "${ZDOTDIR}/aliases"
source "${ZDOTDIR}/functions"
_so "/etc/profile"
_so "${ZDOTDIR}/hosts/${HOST}"

View File

@ -9,10 +9,6 @@ indent_style = space
indent_size = 4
tab_width = 4
[*.{cpp,h}]
indent_size = 2
tab_width = 2
[Makefile]
indent_style = tab
indent_size = tab