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