Skip to content

Instantly share code, notes, and snippets.

@matsdahlin
Last active August 21, 2023 18:55
Show Gist options
  • Save matsdahlin/7b17fd0863c92994eac321545debcdfe to your computer and use it in GitHub Desktop.
Save matsdahlin/7b17fd0863c92994eac321545debcdfe to your computer and use it in GitHub Desktop.
PowerShell Profile with Starship prompt and posh-git for git auto complete
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment