Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zimfw/bira
A fork of bira's theme.
https://github.com/zimfw/bira
prompt theme zimfw zsh zsh-plugin zsh-plugins zsh-prompt zsh-theme
Last synced: 10 days ago
JSON representation
A fork of bira's theme.
- Host: GitHub
- URL: https://github.com/zimfw/bira
- Owner: zimfw
- License: mit
- Created: 2023-06-22T01:37:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-22T17:22:36.000Z (over 1 year ago)
- Last Synced: 2024-12-10T10:09:54.107Z (2 months ago)
- Topics: prompt, theme, zimfw, zsh, zsh-plugin, zsh-plugins, zsh-prompt, zsh-theme
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bira
====A fork of [bira]'s theme.
What does it show?
------------------* On the left:
* username@hostname
* Working directory.
* Current git branch name, or commit short hash when in ['detached HEAD' state].
Also an indicator when in a dirty working tree.
* Python [venv] indicator.
* `#` when root, `$` otherwise.
* On the right:
* Status code when there was an error.Advanced settings
-----------------The git indicators can be customized by changing the following git-info module
context formats:| Context name | Description | Default format |
| ------------ | ----------------- | -------------------- |
| branch | Branch name | `%b` |
| commit | Commit short hash | `%c` |
| dirty | Dirty state | `%F{red}●%F{yellow}` |Use the following command to override a git-info context format:
zstyle ':zim:git-info:' format ''
For detailed information about these and other git-info settings, check the
[git-info documentation].These advanced settings must be overridden after the theme is initialized.
Requirements
------------Requires Zim's [git-info] module to show git information.
[bira]: https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/bira.zsh-theme
['detached HEAD' state]: https://git-scm.com/docs/git-checkout#_detached_head
[venv]: https://docs.python.org/3/library/venv.html
[git-info documentation]: https://github.com/zimfw/git-info/blob/master/README.md#settings
[git-info]: https://github.com/zimfw/git-info