This website requires JavaScript.
Explore
Help
Sign in
utilities
/
starship
Watch
1
Star
0
Fork
You've already forked starship
0
mirror of
https://github.com/starship/starship
synced
2024-11-02 12:57:23 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
588fa19d05
starship
/
adapters
/
starship.zsh-theme
2 lines
40 B
Text
Raw
Normal View
History
Unescape
Escape
Refactor integration tests (#71) - Create subcommands to be able to print modules independently - `starship prompt` will print the full prompt - `starship module <MODULE_NAME>` will print a specific module e.g. `starship module python` - Added `--path` flag to print the prompt or modules without being in a specific directory - Added `--status` flag to provide the status of the last command, instead of requiring it as an argument - Refactored integration tests to be end-to-end tests, since there was no way in integration tests to set the environment variables for a specific command, which was required for the `username` module - Moved e2e tests to `tests/testsuite` to allow for a single binary to be built - Tests will build/run faster - No more false positives for unused functions - Added tests for `username` - Removed codecov + tarpaulin 😢
2019-06-06 12:18:00 +00:00
PROMPT='$(starship prompt --status=$?)'
Reference in a new issue
Copy permalink