Created
October 25, 2022 18:18
-
-
Save 0rdinal/9b4479d7f58986acb7f295a415bab85f to your computer and use it in GitHub Desktop.
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
$ENV:STARSHIP_CONFIG = "$HOME\.starship\starship.toml" | |
$ENV:STARSHIP_DISTRO = "者 $env:username" | |
Invoke-Expression (&starship init powershell) | |
Clear-Host | |
Import-Module 'D:\Tools\vcpkg\scripts\posh-vcpkg' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment