Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Commit

Permalink
advertise silver
Browse files Browse the repository at this point in the history
  • Loading branch information
reujab committed Jul 9, 2018
1 parent 0dfdd49 commit f567187
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
A cross-shell customizable powerline-like prompt heavily inspired by [Agnoster](https://github.com/agnoster/agnoster-zsh-theme).<br/>
![](./sleep.png)

## Rust port
There is a new, compatible, 50% faster port of this called [silver](https://github.com/reujab/silver) written in Rust. Silver is compatible with the same configuration as bronze once you rename variables from BRONZE to SILVER (`$BRONZE` -> `$SILVER`, `$BRONZE_SHELL` -> `$SILVER_SHELL`, ...). The only main difference is that silver does not support the [packages](https://github.com/reujab/bronze/wiki/Packages) or [plugin](https://github.com/reujab/bronze/wiki/Plugin) modules.

## How does it work?
Unlike pretty much every other shell prompt, bronze is not written in shell script, but entirely in Go, so all prompt segments are loaded asynchronously for a speed boost.

Expand Down

0 comments on commit f567187

Please sign in to comment.