Pinned Loading
-
Better PS prompt
Better PS prompt 1Function Prompt
2{
3$git_cmd = "git rev-parse --abbrev-ref=loose HEAD"
4Invoke-Expression $git_cmd 2> $null | Tee-Object -Variable git_branch | Out-Null
5$git_branch_text = $None
-
rust-analyzer
rust-analyzer PublicForked from rust-lang/rust-analyzer
An experimental Rust compiler front-end for IDEs
Rust
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.