Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
358 contributions in the last year
Contribution activity
October 2020
- fix(revert): add PSGallery before push
- fix: clear line after write
- fix: add PSGallery before push
- chore: regression fixes
- fix: resolve path before assigning theme
- wip: scoop installer
- fix: clear until EOL after prompt
- fix: call Set-PoshContext first
- fix: theme paths with spaces
- fix: provide full path to executable
- chore: powershell 5 context
- chore: docs changes
- fix: powershell invocation
- feat: golang segment
- fix: only use ansi for newline on Powershell
- fix: adjust newline characters cross shell
- fix: correct ANSI sequence for line break
- refactor: use commitlint yml config file
- feat: git segment branch context color
- feat: git area colors
- refactor: use Github pages
- refactor: replace icons with text representation
- refactor: use go modules
- refactor: populate segments in parallel
- refactor: update dependencies
- Some pull requests not shown.
- feat: add terraform workspace segment
- feat: add wsl capability and linux distro icons to os segment
- feat: dotnet segment for .NET SDK display
- docs: fix bashrc not recognizing oh-my-posh is installed
- feat: add os segment
- Show python segment when Jupyter Notebook files are present
- feat: session segment updates
- feat: os segment
- fix: right prompt in zsh
- Fix powerlevel10k_classic background
Created an issue in JanDeDobbeleer/oh-my-posh3 that received 7 comments
Add WSL indication segment
Goal: a segmnet that shows you're inside the WSL. There should be an evironment variable we can use: WSL_DISTRO_NAME. If that one's set, you know y…