Skip to content

Commit

Permalink
Update RESDMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaca-honke committed Feb 10, 2023
1 parent c8dcf9c commit c5da976
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 9 additions & 2 deletions README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

## 特徴
- Zinit や Oh-My-Zsh などの一般的なプラグインマネージャで簡単にプラグインを管理できる
- Git ブランチの状態によって表示や色が変わる
- コードが単純なため、カスタマイズが容易
- カスタマイズ可能な変数が多い
- リポジトリが軽量
Expand Down Expand Up @@ -204,6 +205,10 @@ GIT_PS1_SHOWUPSTREAM=""
| PROWPT_PWD_HOME_BG | ホームディレクトリのセグメントの背景色 (```PROWPT_PWD_HOME_HIGHLIGHT="no"``` の場合) | ```31``` |
| PROWPT_GIT_FG | Git セグメントの前景色 | ```236``` |
| PROWPT_GIT_BG|Git セグメントの背景色 | ```148``` |
| PROWPT_GIT_DIRTY_FG | Dirty 時の Git セグメントの前景色 | ```253``` |
| PROWPT_GIT_DIRTY_BG | Dirty 時の Git セグメントの背景色 | ```166``` |
| PROWPT_GIT_STAGED_FG | ステージングされたファイルがあるときの Git セグメントの前景色 | ```236``` |
| PROWPT_GIT_STAGED_BG | ステージングされたファイルがあるときの Git セグメントの背景色 | ```178``` |
| PROWPT_PROMPT_FG | 最後の(2行目)セグメントの前景色 | ```253``` |
| PROWPT_PROMPT_BG | 最後の(2行目)セグメントの背景色 | ```237``` |
| PROWPT_PROMPT_ERROR_FG | 最後の(2行目)セグメントの前景色(終了ステータスが0でない場合) | ```253``` |
Expand Down Expand Up @@ -235,8 +240,10 @@ Git セグメントでは、[https://github.com/git/git/blob/master/contrib/comp
- GitHub のアカウントを持っていない、または他にissue を開くべきでない理由がある場合は、Twitter の DM: [Twitter @alpaca_honke](https://twitter.com/alpaca_honke) に連絡してください。
## ライセンス
Prowpt は GNU General Public Licence version 2.0 の下で配布されています。
このプログラムは、商品性や特定目的への適合性の暗黙の保証もなく、いかなる保証もなく頒布されます。
Prowpt はフリーソフトウェアです。あなたは Free Software Foundation によって発行された GNU General Public Licence version 2.0 のもとで頒布、改変できます。
Prowpt はこれが有用であることを願って頒布されますが、市場性や特定の目的への適合性に関する暗黙の保証も含め、一切の保証はありません。
詳しくは [COPYING](COPYING) または [GNU General Public Licence version 2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html), 及び [Licenses - GNU Project - Free Software Foundation](https://www.gnu.org/licenses/) を参照してください。
Copyright (C) 2023 Alkappa/alpaca-honke
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Note: Syantax highlighting is not included.

## Features
- Easy to manage plugin with common plugin managers like Zinit, or Oh-My-Zsh, e.t.c.
- The display and colors change depending on the Git branch state.
- Easy to customize due to simpler code
- Many customizable variables
- Lightweight repository
Expand Down Expand Up @@ -206,6 +207,10 @@ You can set prompt colors using ANSI 256 colors.
| PROWPT_PWD_HOME_BG | Home directory segment background color (when you set ```PROWPT_PWD_HOME_HIGHLIGHT="no"```) | ```31``` |
| PROWPT_GIT_FG | Git status segment foreground color | ```236``` |
| PROWPT_GIT_BG | Git status segment background color | ```148``` |
| PROWPT_GIT_DIRTY_FG | Git status segment foreground color when working tree is dirty | ```253``` |
| PROWPT_GIT_DIRTY_BG | Git status segment background color when working tree is dirty | ```166``` |
| PROWPT_GIT_STAGED_FG | Git status segment foreground color when there are some staged files | ```236``` |
| PROWPT_GIT_STAGED_BG | Git status segment background color when there are some staged files | ```178``` |
| PROWPT_PROMPT_FG | Last (second line) segment foreground color | ```253``` |
| PROWPT_PROMPT_BG | Last (second line) segment background color | ```237``` |
| PROWPT_PROMPT_ERROR_FG | Last (second line) segment foreground color (when exit status is not 0) | ```253``` |
Expand Down Expand Up @@ -237,8 +242,10 @@ If you have any problems,
- If you don't have a GitHub account, or have other reasons to think you shouldn't open an issue of it, contact me via Twitter DM: [Twitter @alpaca_honke](https://twitter.com/alpaca_honke).
## Licence
Prowpt is destributed under the GNU General Public Licence version 2.0.
This program is distributed without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.
Prowpt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.0 of the License.
Prowpt is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See [COPYING](COPYING) or [GNU General Public Licence version 2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html), and [Licenses - GNU Project - Free Software Foundation](https://www.gnu.org/licenses/) for more details.
Copyright (C) 2023 Alkappa/alpaca-honke

0 comments on commit c5da976

Please sign in to comment.