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:
Gal Szkolnik 2020-11-05 00:00:18 -05:00
parent f00e9090a5
commit baa3ccd04d
2 changed files with 16 additions and 6 deletions

7
src/modules.json Normal file
View file

@ -0,0 +1,7 @@
{
"Modules": [
"Microsoft.PowerShell.UnixCompleters",
"oh-my-posh",
"posh-git"
]
}