add /etc/profile to zsh sources
This commit is contained in:
parent
cbe795ed2d
commit
23b57732e8
@ -25,6 +25,7 @@ source "${ZDOTDIR}/prompt"
|
|||||||
source "${ZDOTDIR}/other"
|
source "${ZDOTDIR}/other"
|
||||||
source "${ZDOTDIR}/aliases"
|
source "${ZDOTDIR}/aliases"
|
||||||
source "${ZDOTDIR}/functions"
|
source "${ZDOTDIR}/functions"
|
||||||
|
_so "/etc/profile"
|
||||||
|
|
||||||
_so "${ZDOTDIR}/hosts/${HOST}"
|
_so "${ZDOTDIR}/hosts/${HOST}"
|
||||||
|
|
||||||
|
|||||||
@ -9,10 +9,6 @@ indent_style = space
|
|||||||
indent_size = 4
|
indent_size = 4
|
||||||
tab_width = 4
|
tab_width = 4
|
||||||
|
|
||||||
[*.{cpp,h}]
|
|
||||||
indent_size = 2
|
|
||||||
tab_width = 2
|
|
||||||
|
|
||||||
[Makefile]
|
[Makefile]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = tab
|
indent_size = tab
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user