summaryrefslogtreecommitdiffstats
path: root/docs/ja-JP
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ja-JP')
-rw-r--r--docs/ja-JP/README.md4
-rw-r--r--docs/ja-JP/advanced-config/README.md4
-rw-r--r--docs/ja-JP/config/README.md247
-rw-r--r--docs/ja-JP/faq/README.md6
-rw-r--r--docs/ja-JP/guide/README.md7
-rw-r--r--docs/ja-JP/installing/README.md2
-rw-r--r--docs/ja-JP/migrating-to-0.45.0/README.md12
-rw-r--r--docs/ja-JP/presets/README.md8
8 files changed, 159 insertions, 131 deletions
diff --git a/docs/ja-JP/README.md b/docs/ja-JP/README.md
index 652266bce..8ecf69f8f 100644
--- a/docs/ja-JP/README.md
+++ b/docs/ja-JP/README.md
@@ -40,11 +40,12 @@ description: Starship はミニマルで、非常に高速で、カスタマイ
```sh
curl -fsSL https://starship.rs/install.sh | bash
```
+ To update the Starship itself, rerun the above script. It will replace the current version without touching Starship's configuration.
#### パッケージマネージャー経由でインストール
- [ Homebrew ](https://brew.sh/)の場合:
+ With [Homebrew](https://brew.sh/):
```sh
brew install starship
@@ -133,4 +134,3 @@ description: Starship はミニマルで、非常に高速で、カスタマイ
eval `starship init tcsh`
```
-
diff --git a/docs/ja-JP/advanced-config/README.md b/docs/ja-JP/advanced-config/README.md
index 267220a92..1fc1074cd 100644
--- a/docs/ja-JP/advanced-config/README.md
+++ b/docs/ja-JP/advanced-config/README.md
@@ -63,7 +63,7 @@ precmd_functions+=(set_win_title)
```bash
function set_win_title(){
- echo -ne "\033]0; $(basename $PWD) \007"
+ echo -ne "\033]0; $(basename "$PWD") \007"
}
starship_precmd_user_func="set_win_title"
```
@@ -82,7 +82,7 @@ starship_precmd_user_func="set_win_title"
ここで、 `<color>` は色を指定します(以下で述べます)。 `fg:<color>` と `<color>` は現在同様の動作ですが、将来変更される可能性があります。 文字列中の単語の順序は関係ありません。
-`none` トークンは、文字列中の`bg:` 指定子の一部でない場合、他のすべてのトークンをオーバーライドします。そのため、たとえば、`fg:red none fg:blue` と指定した場合、スタイルなしの文字列が作られます。 `bg:none` sets the background to the default color so `fg:red bg:none` is equivalent to `red` or `fg:red` and `bg:green fg:red bg:none` is also equivalent to `fg:red` or `red`. 将来 `none` を他の単語と一緒に使用することはエラーになるかもしれません。
+`none` トークンは、文字列中の`bg:` 指定子の一部でない場合、他のすべてのトークンをオーバーライドします。そのため、たとえば、`fg:red none fg:blue` と指定した場合、スタイルなしの文字列が作られます。 `bg:none` は背景色をデフォルトの色にセットするので、`fg:red bg:none` は `red` や `fg:red` と同じ意味になり、`bg:green fg:red bg:none` も `fg:red` や `red` と同じ意味になります。 将来 `none` を他の単語と一緒に使用することはエラーになるかもしれません。
色は以下のいずれか1つを指定できます。
diff --git a/docs/ja-JP/config/README.md b/docs/ja-JP/config/README.md
index 49a86127d..9df3331ca 100644
--- a/docs/ja-JP/config/README.md
+++ b/docs/ja-JP/config/README.md
@@ -3,7 +3,7 @@
Starshipの設定を開始するには、`~/.config/starship.toml` ファイルを作成します。
```sh
-mkdir -p ~/.config && touch ~/.config/starship.toml
+mkdir -p ~/.config && starship print-config --default > ~/.config/starship.toml
```
Starshipのすべての設定は、この[TOML](https://github.com/toml-lang/toml)ファイルで行われます。
@@ -181,6 +181,7 @@ $hostname\
$shlvl\
$kubernetes\
$directory\
+$vcsh\
$git_branch\
$git_commit\
$git_state\
@@ -249,7 +250,7 @@ When using [awsu](https://github.com/kreuzwerker/awsu) the profile is read from
| `symbol` | `"☁️ "` | 現在のAWSプロファイルを表示する前に表示される記号です。 |
| `region_aliases` | | AWS名に加えて表示するリージョンのエイリアスです。 |
| `style` | `"bold yellow"` | モジュールのスタイルです。 |
-| `disabled` | `false` | `aws`モジュールを無効にします。 |
+| `disabled` | `false` | Disables the `aws` module. |
### 変数
@@ -311,25 +312,24 @@ The `battery` module shows how charged the device's battery is and its current c
| オプション | デフォルト | 説明 |
| -------------------- | --------------------------------- | ------------------------- |
-| `full_symbol` | `""` | バッテリーが満タンのときに表示される記号です。 |
-| `charging_symbol` | `""` | バッテリーの充電中に表示される記号です。 |
-| `discharging_symbol` | `""` | バッテリーが放電しているときに表示される記号です。 |
-| `unknown_symbol` | `""` | バッテリー状態が不明なときに表示される記号です。 |
-| `empty_symbol` | `""` | バッテリーが空のときに表示される記号です。 |
+| `full_symbol` | `" "` | バッテリーが満タンのときに表示される記号です。 |
+| `charging_symbol` | `" "` | バッテリーの充電中に表示される記号です。 |
+| `discharging_symbol` | `" "` | バッテリーが放電しているときに表示される記号です。 |
+| `unknown_symbol` | `" "` | バッテリー状態が不明なときに表示される記号です。 |
+| `empty_symbol` | `" "` | バッテリーが空のときに表示される記号です。 |
| `format` | `"[$symbol$percentage]($style) "` | moduleのフォーマットです。 |
| `display` | [link](#battery-display) | モジュールの閾値とスタイルを表示します。 |
| `disabled` | `false` | `battery`モジュールを無効にします。 |
-
### 設定例
```toml
# ~/.config/starship.toml
[battery]
-full_symbol = "🔋"
-charging_symbol = "⚡️"
-discharging_symbol = "💀"
+full_symbol = "🔋 "
+charging_symbol = "⚡️ "
+discharging_symbol = "💀 "
```
### バッテリーの表示
@@ -439,7 +439,7 @@ The `cmake` module shows the currently installed version of CMake. By default th
| ------------------- | -------------------------------------- | -------------------------------------------- |
| `format` | `"via [$symbol($version )]($style)"` | moduleのフォーマットです。 |
| `symbol` | `"△ "` | The symbol used before the version of cmake. |
-| `detect_extensions` | `[]` | Which extensions should trigger this moudle |
+| `detect_extensions` | `[]` | Which extensions should trigger this module |
| `detect_files` | `["CMakeLists.txt", "CMakeCache.txt"]` | Which filenames should trigger this module |
| `detect_folders` | `[]` | Which folders should trigger this module |
| `style` | `"bold blue"` | モジュールのスタイルです。 |
@@ -596,7 +596,7 @@ The `dart` module shows the currently installed version of Dart. By default the
| ------------------- | ------------------------------------------------- | ----------------------------------------------- |
| `format` | `"via [$symbol($version )]($style)"` | moduleのフォーマットです。 |
| `symbol` | `"🎯 "` | A format string representing the symbol of Dart |
-| `detect_extensions` | `['dart']` | Which extensions should trigger this moudle. |
+| `detect_extensions` | `['dart']` | Which extensions should trigger this module. |
| `detect_files` | `["pubspec.yaml", "pubspec.yml", "pubspec.lock"]` | Which filenames should trigger this module. |
| `detect_folders` | `[".dart_tool"]` | Which folders should trigger this module. |
| `style` | `"bold blue"` | モジュールのスタイルです。 |
@@ -746,7 +746,7 @@ The module will also show the Target Framework Moniker (<https://docs.microsoft.
| オプション | デフォルト | 説明 |
| ------------------- | ------------------------------------------------------------------------------------------------------- | -------------------------------------------- |
| `format` | `"[$symbol($version )(🎯 $tfm )]($style)"` | moduleのフォーマットです。 |
-| `symbol` | `•NET "` | dotnetのバージョンを表示する前に使用される記号です。 |
+| `symbol` | `".NET "` | dotnetのバージョンを表示する前に使用される記号です。 |
| `heuristic` | `true` | より高速なバージョン検出を使用して、starshipの動作を維持します。 |
| `detect_extensions` | `["sln", "csproj", "fsproj", "xproj"]` | Which extensions should trigger this module. |
| `detect_files` | `["global.json", "project.json", "Directory.Build.props", "Directory.Build.targets", "Packages.props"]` | Which filenames should trigger this module. |
@@ -932,34 +932,34 @@ format = "via [e $version](bold red) "
## Gcloud
-The `gcloud` module shows the current configuration for [`gcloud`](https://cloud.google.com/sdk/gcloud) CLI. This is based on the `~/.config/gcloud/active_config` file and the `~/.config/gcloud/configurations/config_{CONFIG NAME}` file and the `CLOUDSDK_CONFIG` env var.
+`gcloud` モジュールは、 [`gcloud`](https://cloud.google.com/sdk/gcloud) CLIの現在の設定が表示されます。 これは `~/.config/gcloud/active_config` ファイルと `~/.config/gcloud/configurations/config_{CONFIG NAME}` ファイルと `CLOUDSDK_CONFIG` 環境変数に基づきます。
### オプション
-| オプション | デフォルト | 説明 |
-| ---------------- | ------------------------------------------------ | --------------------------------------------------------------- |
-| `format` | `'on [$symbol$account(\($region\))]($style) '` | moduleのフォーマットです。 |
-| `symbol` | `"☁️ "` | The symbol used before displaying the current GCP profile. |
-| `region_aliases` | | Table of region aliases to display in addition to the GCP name. |
-| `style` | `"bold blue"` | モジュールのスタイルです。 |
-| `disabled` | `false` | Disables the `gcloud` module. |
+| オプション | デフォルト | 説明 |
+| ---------------- | ------------------------------------------------ | ----------------------------- |
+| `format` | `'on [$symbol$account(\($region\))]($style) '` | moduleのフォーマットです。 |
+| `symbol` | `"☁️ "` | 現在のGCPプロファイルを表示する前に表示される記号です。 |
+| `region_aliases` | | GCP名に加えて表示するリージョンのエイリアスです。 |
+| `style` | `"bold blue"` | モジュールのスタイルです。 |
+| `disabled` | `false` | `gcloud`モジュールを無効にします。 |
### 変数
-| 変数 | 設定例 | 説明 |
-| --------- | ----------------- | ------------------------------------------------------------------ |
-| region | `us-central1` | The current GCP region |
-| account | `foo@example.com` | The current GCP profile |
-| project | | The current GCP project |
-| active | `default` | The active config name written in `~/.config/gcloud/active_config` |
-| symbol | | オプション `記号` の値をミラーする |
-| style\* | | オプション `style` の値をミラーする |
+| 変数 | 設定例 | 説明 |
+| --------- | ----------------- | ----------------------------------------------- |
+| region | `us-central1` | 現在のGCPリージョン |
+| account | `foo@example.com` | 現在のGCPプロファイル |
+| project | | 現在のGCPプロジェクト |
+| active | `default` | `~/.config/gcloud/active_config` に書かれたアクティブな設定名 |
+| symbol | | オプション `記号` の値をミラーする |
+| style\* | | オプション `style` の値をミラーする |
-\*: This variable can only be used as a part of a style string
+\*: この変数はスタイル文字列の一部としてのみ使用できます
### 設定例
-#### Display account and project
+#### アカウントとプロジェクトを表示
```toml
# ~/.config/starship.toml
@@ -968,7 +968,7 @@ The `gcloud` module shows the current configuration for [`gcloud`](https://cloud
format = 'on [$symbol$account(\($project\))]($style) '
```
-#### Display active config name only
+#### アクティブな設定名のみ表示
```toml
# ~/.config/starship.toml
@@ -978,7 +978,7 @@ format = "[$symbol$active]($style) "
style = "bold yellow"
```
-#### Display account and aliased region
+#### アカウントとエイリアスされたリージョンを表示する
```toml
# ~/.config/starship.toml
@@ -1002,20 +1002,20 @@ The `git_branch` module shows the active branch of the repo in your current dire
| `format` | `"on [$symbol$branch]($style) "` | moduleのフォーマットです。 Use `"$branch"` to refer to the current branch name. |
| `symbol` | `" "` | A format string representing the symbol of git branch. |
| `style` | `"bold purple"` | モジュールのスタイルです。 |
-| `truncation_length` | `2^63 - 1` | Truncates a git branch to X graphemes. |
+| `truncation_length` | `2^63 - 1` | Truncates a git branch to `N` graphemes. |
| `truncation_symbol` | `"…"` | ブランチ名切り捨てられていることを示すための記号です。 You can use `""` for no symbol. |
-| `only_attached` | `false` | Only show the branch name when not in a detached HEAD state. |
+| `only_attached` | `false` | Only show the branch name when not in a detached `HEAD` state. |
| `disabled` | `false` | `git_branch`モジュールを無効にします。 |
### 変数
-| 変数 | 設定例 | 説明 |
-| ------------- | -------- | ---------------------------------------------------------------------------------------------------- |
-| branch | `master` | The current branch name, falls back to `HEAD` if there's no current branch (e.g. git detached HEAD). |
-| remote_name | `origin` | The remote name. |
-| remote_branch | `master` | The name of the branch tracked on `remote_name`. |
-| symbol | | オプション `記号` の値をミラーする |
-| style\* | | オプション `style` の値をミラーする |
+| 変数 | 設定例 | 説明 |
+| ------------- | -------- | ------------------------------------------------------------------------------------------------------ |
+| branch | `master` | The current branch name, falls back to `HEAD` if there's no current branch (e.g. git detached `HEAD`). |
+| remote_name | `origin` | The remote name. |
+| remote_branch | `master` | The name of the branch tracked on `remote_name`. |
+| symbol | | オプション `記号` の値をミラーする |
+| style\* | | オプション `style` の値をミラーする |
\*: This variable can only be used as a part of a style string
@@ -1036,15 +1036,15 @@ The `git_commit` module shows the current commit hash and also the tag (if any)
### オプション
-| オプション | デフォルト | 説明 |
-| -------------------- | ------------------------------------------------------ | ------------------------------------------------- |
-| `commit_hash_length` | `7` | 表示されるgitコミットハッシュの長さです。 |
-| `format` | `"[\\($hash\\)]($style) [\\($tag\\)]($style)"` | moduleのフォーマットです。 |
-| `style` | `"bold green"` | モジュールのスタイルです。 |
-| `only_detached` | `true` | 切り離されたHEAD状態のときのみgit commit hashを表示します |
-| `tag_disabled` | `true` | Disables showing tag info in `git_commit` module. |
-| `tag_symbol` | `"🏷 "` | Tag symbol prefixing the info shown |
-| `disabled` | `false` | `git_commit`モジュールを無効にします。 |
+| オプション | デフォルト | 説明 |
+| -------------------- | ------------------------------------------------------ | ------------------------------------------------------- |
+| `commit_hash_length` | `7` | 表示されるgitコミットハッシュの長さです。 |
+| `format` | `"[\\($hash\\)]($style) [\\($tag\\)]($style)"` | moduleのフォーマットです。 |
+| `style` | `"bold green"` | モジュールのスタイルです。 |
+| `only_detached` | `true` | Only show git commit hash when in detached `HEAD` state |
+| `tag_disabled` | `true` | Disables showing tag info in `git_commit` module. |
+| `tag_symbol` | `"🏷 "` | Tag symbol prefixing the info shown |
+| `disabled` | `false` | `git_commit`モジュールを無効にします。 |
### 変数
@@ -1207,7 +1207,7 @@ The `golang` module shows the currently installed version of Golang. By default
| ------------------- | ------------------------------------------------------------------------------ | ---------------------------------------------- |
| `format` | `"via [$symbol($version )]($style)"` | moduleのフォーマットです。 |
| `symbol` | `"🐹 "` | A format string representing the symbol of Go. |
-| `detect_extensions` | `["go"]` | Which extensions should trigger this moudle. |
+| `detect_extensions` | `["go"]` | Which extensions should trigger this module. |
| `detect_files` | `["go.mod", "go.sum", "glide.yaml", "Gopkg.yml", "Gopkg.lock", ".go-version"]` | Which filenames should trigger this module. |
| `detect_folders` | `["Godeps"]` | Which folders should trigger this module. |
| `style` | `"bold cyan"` | モジュールのスタイルです。 |
@@ -1544,7 +1544,7 @@ The `lua` module shows the currently installed version of Lua. By default the mo
| ------------------- | ------------------------------------ | -------------------------------------------------------------------------- |
| `format` | `"via [$symbol($version )]($style)"` | moduleのフォーマットです。 |
| `symbol` | `"🌙 "` | A format string representing the symbol of Lua. |
-| `detect_extensions` | `["lua"]` | Which extensions should trigger this moudle. |
+| `detect_extensions` | `["lua"]` | Which extensions should trigger this module. |
| `detect_files` | `[".lua-version"]` | Which filenames should trigger this module. |
| `detect_folders` | `["lua"]` | Which folders should trigger this module. |
| `style` | `"bold blue"` | モジュールのスタイルです。 |
@@ -1628,7 +1628,7 @@ The `hg_branch` module shows the active branch of the repo in your current direc
| `symbol` | `" "` | The symbol used before the hg bookmark or branch name of the repo in your current directory. |
| `style` | `"bold purple"` | モジュールのスタイルです。 |
| `format` | `"on [$symbol$branch]($style) "` | moduleのフォーマットです。 |
-| `truncation_length` | `2^63 - 1` | Truncates the hg branch name to X graphemes |
+| `truncation_length` | `2^63 - 1` | Truncates the hg branch name to `N` graphemes |
| `truncation_symbol` | `"…"` | ブランチ名切り捨てられていることを示すための記号です。 |
| `disabled` | `true` | Disables the `hg_branch` module. |
@@ -1668,7 +1668,7 @@ The `nim` module shows the currently installed version of Nim. By default the mo
| ------------------- | ------------------------------------ | ----------------------------------------------------- |
| `format` | `"via [$symbol($version )]($style)"` | The format for the module |
| `symbol` | `"👑 "` | The symbol used before displaying the version of Nim. |
-| `detect_extensions` | `["nim", "nims", "nimble"]` | Which extensions should trigger this moudle. |
+| `detect_extensions` | `["nim", "nims", "nimble"]` | Which extensions should trigger this module. |
| `detect_files` | `["nim.cfg"]` | Which filenames should trigger this module. |
| `detect_folders` | `[]` | Which folders should trigger this module. |
| `style` | `"bold yellow"` | モジュールのスタイルです。 |
@@ -1744,18 +1744,18 @@ The `nodejs` module shows the currently installed version of NodeJS. By default
### オプション
-| オプション | デフォルト | 説明 |
-| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------------------------- |
-| `format` | `"via [$symbol($version )]($style)"` | moduleのフォーマットです。 |
-| `symbol` | `" "` | A format string representing the symbol of NodeJS. |
-| `detect_extensions` | `["js", "mjs", "cjs", "ts"]` | Which extensions should trigger this moudle. |
-| `detect_files` | `["package.json", ".node-version"]` | Which filenames should trigger this module. |
-| `detect_folders` | `["node_modules"]` | Which folders should trigger this module. |
-| `style` | `"bold green"` | モジュールのスタイルです。 |
-| `disabled` | `false` | Disables the `nodejs` module. |
-| `not_capable_style` | `bold red` | The style for the module when an engines property in Packages.json does not match the NodeJS version. |
+| オプション | デフォルト | 説明 |
+| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------------------------ |
+| `format` | `"via [$symbol($version )]($style)"` | moduleのフォーマットです。 |
+| `symbol` | `" "` | A format string representing the symbol of NodeJS. |
+| `detect_extensions` | `["js", "mjs", "cjs", "ts"]` | Which extensions should trigger this module. |
+| `detect_files` | `["package.json", ".node-version"]` | Which filenames should trigger this module. |
+| `detect_folders` | `["node_modules"]` | Which folders should trigger this module. |
+| `style` | `"bold green"` | モジュールのスタイルです。 |
+| `disabled` | `false` | Disables the `nodejs` module. |
+| `not_capable_style` | `bold red` | The style for the module when an engines property in `package.json` does not match the NodeJS version. |
-###  Variables
+### 変数
| 変数 | 設定例 | 説明 |
| --------- | ---------- | ---------------------- |
@@ -1787,23 +1787,27 @@ The `ocaml` module shows the currently installed version of OCaml. By default th
### オプション
-| オプション | デフォルト | 説明 |
-| ------------------- | ---------------------------------------------------------------- | ------------------------------------------------------- |
-| `format` | `"via [$symbol($version )]($style)"` | The format string for the module. |
-| `symbol` | `"🐫 "` | The symbol used before displaying the version of OCaml. |
-| `detect_extensions` | `["opam", "ml", "mli", "re", "rei"]` | Which extensions should trigger this moudle. |
-| `detect_files` | `["dune", "dune-project", "jbuild", "jbuild-ignore", ".merlin"]` | Which filenames should trigger this module. |
-| `detect_folders` | `["_opam", "esy.lock"]` | Which folders should trigger this module. |
-| `style` | `"bold yellow"` | モジュールのスタイルです。 |
-| `disabled` | `false` | Disables the `ocaml` module. |
+| オプション | デフォルト | 説明 |
+| ------------------------- | -------------------------------------------------------------------------- | ------------------------------------------------------- |
+| `format` | `"via [$symbol($version )(\($switch_indicator$switch_name\) )]($style)"` | The format string for the module. |
+| `symbol` | `"🐫 "` | The symbol used before displaying the version of OCaml. |
+| `global_switch_indicator` | `""` | The format string used to represent global OPAM switch. |
+| `local_switch_indicator` | `"*"` | The format string used to represent local OPAM switch. |
+| `detect_extensions` | `["opam", "ml", "mli", "re", "rei"]` | Which extensions should trigger this module. |
+| `detect_files` | `["dune", "dune-project", "jbuild", "jbuild-ignore", ".merlin"]` | Which filenames should trigger this module. |
+| `detect_folders` | `["_opam", "esy.lock"]` | Which folders should trigger this module. |
+| `style` | `"bold yellow"` | モジュールのスタイルです。 |
+| `disabled` | `false` | Disables the `ocaml` module. |
### 変数
-| 変数 | 設定例 | 説明 |
-| --------- | --------- | ---------------------- |
-| version | `v4.10.0` | The version of `ocaml` |
-| symbol | | オプション `記号` の値をミラーする |
-| style\* | | オプション `style` の値をミラーする |
+| 変数 | 設定例 | 説明 |
+| ---------------- | ------------ | ----------------------------------------------------------------- |
+| version | `v4.10.0` | The version of `ocaml` |
+| switch_name | `my-project` | The active OPAM switch |
+| switch_indicator | | Mirrors the value of `indicator` for currently active OPAM switch |
+| symbol | | オプション `記号` の値をミラーする |
+| style\* | | オプション `style` の値をミラーする |
\*: This variable can only be used as a part of a style string
@@ -1827,7 +1831,7 @@ The `openstack` module shows the current OpenStack cloud and project. The module
| `format` | `"on [$symbol$cloud(\\($project\\))]($style) "` | moduleのフォーマットです。 |
| `symbol` | `"☁️ "` | The symbol used before displaying the current OpenStack cloud. |
| `style` | `"bold yellow"` | モジュールのスタイルです。 |
-| `disabled` | `false` | Disables the `OpenStack` module. |
+| `disabled` | `false` | Disables the `openstack` module. |
### 変数
@@ -1913,7 +1917,7 @@ The `perl` module shows the currently installed version of Perl. By default the
| ------------------- | -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- |
| `format` | `"via [$symbol($version )]($style)"` | The format string for the module. |
| `symbol` | `"🐪 "` | The symbol used before displaying the version of Perl |
-| `detect_extensions` | `["pl", "pm", "pod"]` | Which extensions should trigger this moudle. |
+| `detect_extensions` | `["pl", "pm", "pod"]` | Which extensions should trigger this module. |
| `detect_files` | `["Makefile.PL", "Build.PL", "cpanfile", "cpanfile.snapshot", "META.json", "META.yml", ".perl-version"]` | Which filenames should trigger this module. |
| `detect_folders` | `[]` | Which folders should trigger this module. |
| `style` | `"bold 149"` | モジュールのスタイルです。 |
@@ -1950,7 +1954,7 @@ The `php` module shows the currently installed version of PHP. By default the mo
| ------------------- | ------------------------------------ | -------------------------------------------- |
| `format` | `"via [$symbol($version )]($style)"` | moduleのフォーマットです。 |
| `symbol` | `"🐘 "` | PHPのバージョンを表示する前に使用される記号です。 |
-| `detect_extensions` | `["php"]` | Which extensions should trigger this moudle. |
+| `detect_extensions` | `["php"]` | Which extensions should trigger this module. |
| `detect_files` | `["composer.json", ".php-version"]` | Which filenames should trigger this module. |
| `detect_folders` | `[]` | Which folders should trigger this module. |
| `style` | `"147 bold"` | モジュールのスタイルです。 |
@@ -1988,7 +1992,7 @@ The `purescript` module shows the currently installed version of PureScript vers
| ------------------- | ------------------------------------ | ------------------------------------------------------------ |
| `format` | `"via [$symbol($version )]($style)"` | moduleのフォーマットです。 |
| `symbol` | `"<=> "` | The symbol used before displaying the version of PureScript. |
-| `detect_extensions` | `["purs"]` | Which extensions should trigger this moudle. |
+| `detect_extensions` | `["purs"]` | Which extensions should trigger this module. |
| `detect_files` | `["spago.dhall"]` | Which filenames should trigger this module. |
| `detect_folders` | `[]` | Which folders should trigger this module. |
| `style` | `"bold white"` | モジュールのスタイルです。 |
@@ -2035,13 +2039,13 @@ By default the module will be shown if any of the following conditions are met:
| オプション | デフォルト | 説明 |
| -------------------- | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- |
-| `format` | `'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\))]($style)'` | moduleのフォーマットです。 |
+| `format` | `'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'` | moduleのフォーマットです。 |
| `symbol` | `"🐍 "` | A format string representing the symbol of Python |
| `style` | `"yellow bold"` | モジュールのスタイルです。 |
| `pyenv_version_name` | `false` | pyenvを使用してPythonバージョンを取得します |
| `pyenv_prefix` | `pyenv` | Prefix before pyenv version display, only used if pyenv is used |
| `python_binary` | `["python", "python3, "python2"]` | Configures the python binaries that Starship should executes when getting the version. |
-| `detect_extensions` | `[".py"]` | Which extensions should trigger this moudle |
+| `detect_extensions` | `[".py"]` | Which extensions should trigger this module |
| `detect_files` | `[".python-version", "Pipfile", "__init__.py", "pyproject.toml", "requirements.txt", "setup.py", "tox.ini"]` | Which filenames should trigger this module |
| `detect_folders` | `[]` | Which folders should trigger this module |
| `disabled` | `false` | Disables the `python` module. |
@@ -2064,7 +2068,6 @@ The default values and order for `python_binary` was chosen to first identify th
| pyenv_prefix | `"pyenv "` | Mirrors the value of option `pyenv_prefix` |
| virtualenv | `"venv"` | The current `virtualenv` name |
-
### 設定例
```toml
@@ -2168,7 +2171,6 @@ By default the `rust` module shows the currently installed version of Rust. The
format = "via [⚙️ $version](red bold)"
```
-
## Scala
The `scala` module shows the currently installed version of Scala. By default the module will be shown if any of the following conditions are met:
@@ -2179,7 +2181,6 @@ The `scala` module shows the currently installed version of Scala. By default th
### オプション
-
| オプション | デフォルト | 説明 |
| ------------------- | ---------------------------------------- | ------------------------------------------------- |
| `format` | `"via [${symbol}(${version} )]($style)"` | moduleのフォーマットです。 |
@@ -2209,7 +2210,6 @@ The `scala` module shows the currently installed version of Scala. By default th
symbol = "🌟 "
```
-
## Shell
The `shell` module shows an indicator for currently used shell.
@@ -2241,6 +2241,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
| indicator | | Mirrors the value of `indicator` for currently used shell. |
### 設定例
+
```toml
# ~/.config/starship.toml
@@ -2252,26 +2253,26 @@