Updated MyConfig code to include modules
This is a prep for MyModules, a way to notify users that a module installation is recommended for the features of the scripting environment
This commit is contained in:
parent
f00e9090a5
commit
baa3ccd04d
2 changed files with 16 additions and 6 deletions
7
src/modules.json
Normal file
7
src/modules.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"Modules": [
|
||||
"Microsoft.PowerShell.UnixCompleters",
|
||||
"oh-my-posh",
|
||||
"posh-git"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue