mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 20:39:40 -08:00
bashcmdfishfish-shellgitgolanghacktoberfestnerd-fontsnushellpowerlinepowershellpromptprompt-toolkitshell-promptstarshiptooltipszsh
3895210ab3
filepath.Join() just concatenates paths. We have to check manually for an absolute path and discard the first component to end up with the correct path. Also, fix the tests to demonstrate actual behaviour of git, not what filepath.Join() was doing. Additionally, note that on Windows git paths in gitdir use unix separators, so search for `/worktrees/` instead of using system separator, just like when processing all the other cases. |
||
---|---|---|
.devcontainer | ||
.github | ||
.vscode | ||
packages | ||
src | ||
themes | ||
website | ||
.all-contributorsrc | ||
.commitlintrc.yml | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.markdownlint.yaml | ||
.markdownlintignore | ||
.versionrc.json | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
COPYING | ||
cosign.pub | ||
README.md |
This repo was made with love using GitKraken.
What started as the offspring of oh-my-posh2 for PowerShell resulted in a cross platform, highly customizable and extensible prompt theme engine. After 4 years of working on oh-my-posh, a modern and more efficient tool was needed to suit my personal needs.
❤ Support ❤
- Show your love with a t-shirt!
- One time support, or a recurring donation?
Features
- Shell and platform agnostic
- Easily configurable
- The most configurable prompt utility
- Fast
- Secondary prompt
- Right prompt
- Transient prompt
Documentation
Thanks
- Chris Benti for providing the first influence to start oh-my-posh
- Keith Dahlby for creating posh-git and making life more enjoyable
- Robby Russel for creating oh-my-zsh, without him this would probably not be here
- Janne Mareike Koschinski for providing information on how to get certain information using Go (and the amazing README)
- Starship for creating an amazing way to initialize the prompt