Create a file named config:
New-Item config -type fileDelete everything inside the folder and subfolders (equivalent to rm -rf):
Remove-Item .\helm-charts\* -Recurse -ForceShow current path environment variable:
$env:PathAppend to path environment variable:
$env:Path += ';C:\Users\<user>\scoop\shims'Making changes permanent:
code $PROFILE