This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Import-Module posh-git | |
Invoke-Expression (&starship init powershell) | |
$ENV:STARSHIP_CONFIG = "$HOME\starship.toml" | |
Function OpenPresenting {code --user-data-dir C:\Users\Mats\Dropbox\Apps\VSCode\PresentingUser} | |
Set-Alias -Name "presenting" -Value OpenPresenting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-ChildItem -Path "." -Include "node_modules" -Recurse -Directory | Remove-Item -Recurse -Force |