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 = {
|
directories = {
|
||||||
'/etc/zsh/oh-my-zsh': {},
|
'/etc/zsh/oh-my-zsh': {},
|
||||||
'/etc/zsh/oh-my-zsh/custom/plugins/zsh-autosuggestions': {
|
'/etc/zsh/oh-my-zsh/custom/plugins': {
|
||||||
'mode': '644',
|
'mode': '0755',
|
||||||
'needs': [
|
'needs': [
|
||||||
f"git_deploy:/etc/zsh/oh-my-zsh",
|
f"git_deploy:/etc/zsh/oh-my-zsh",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue