fix zsh plugins dir permissions plugins
This commit is contained in:
parent
c8b9a46aad
commit
3cddebee11
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ from os.path import join
|
|||
|
||||
directories = {
|
||||
'/etc/zsh/oh-my-zsh': {},
|
||||
'/etc/zsh/oh-my-zsh/custom/plugins/zsh-autosuggestions': {
|
||||
'mode': '644',
|
||||
'/etc/zsh/oh-my-zsh/custom/plugins': {
|
||||
'mode': '0755',
|
||||
'needs': [
|
||||
f"git_deploy:/etc/zsh/oh-my-zsh",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue