mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Fix permissions
This commit is contained in:
parent
4cd7cc559b
commit
66503da627
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
"userGid": 1000
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "rm -rf $HOME/.oh-my-zsh && ln -s /workspaces/ohmyzsh $HOME/.oh-my-zsh && cp /workspaces/ohmyzsh/templates/minimal.zshrc $HOME/.zshrc",
|
||||
"postCreateCommand": "dir=/workspaces/ohmyzsh; rm -rf $HOME/.oh-my-zsh && ln -s $dir $HOME/.oh-my-zsh && cp $dir/templates/minimal.zshrc $HOME/.zshrc && chgrp -R 1000 $dir && chmod g-w,o-w $dir",
|
||||
"customizations": {
|
||||
"codespaces": {
|
||||
"openFiles": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue