diff --git a/docs/ko-KR/config/README.md b/docs/ko-KR/config/README.md index 73c6c073..63aeb657 100644 --- a/docs/ko-KR/config/README.md +++ b/docs/ko-KR/config/README.md @@ -357,7 +357,7 @@ When using [saml2aws](https://github.com/Versent/saml2aws) the expiration inform | Option | Default | Description | | ------------------- | --------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | | `format` | `'on [$symbol($profile )(\($region\) )(\[$duration\] )]($style)'` | The format for the module. | -| `symbol` | `'☁️ '` | The symbol used before displaying the current AWS profile. | +| `기호` | `'☁️ '` | The symbol used before displaying the current AWS profile. | | `region_aliases` | `{}` | Table of region aliases to display in addition to the AWS name. | | `profile_aliases` | `{}` | Table of profile aliases to display in addition to the AWS name. | | `style` | `'bold yellow'` | The style for the module. | @@ -372,12 +372,12 @@ When using [saml2aws](https://github.com/Versent/saml2aws) the expiration inform | region | `ap-northeast-1` | The current AWS region | | profile | `astronauts` | The current AWS profile | | duration | `2h27m20s` | The temporary credentials validity duration | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string -### Examples +### 예시 #### Display everything @@ -431,12 +431,12 @@ The `azure` module shows the current Azure Subscription. This is based on showin | Variable | Default | Description | | ---------------------- | ---------------------------------------- | ------------------------------------------------------------------------------------- | | `format` | `'on [$symbol($subscription)]($style) '` | The format for the Azure module to render. | -| `symbol` | `'󰠅 '` | The symbol used in the format. | +| `기호` | `'󰠅 '` | The symbol used in the format. | | `style` | `'blue bold'` | The style used in the format. | | `disabled` | `true` | Disables the `azure` module. | | `subscription_aliases` | `{}` | Table of subscription name aliases to display in addition to Azure subscription name. | -### Examples +### 예시 #### Display Subscription Name @@ -550,7 +550,7 @@ The `buf` module shows the currently installed version of [Buf](https://buf.buil | ------------------- | ----------------------------------------------- | ----------------------------------------------------- | | `format` | `'with [$symbol($version )]($style)'` | The format for the `buf` module. | | `version_format` | `'v${raw}'` | The version format. | -| `symbol` | `'🐃 '` | The symbol used before displaying the version of Buf. | +| `기호` | `'🐃 '` | The symbol used before displaying the version of Buf. | | `detect_extensions` | `[]` | Which extensions should trigger this module. | | `detect_files` | `['buf.yaml', 'buf.gen.yaml', 'buf.work.yaml']` | Which filenames should trigger this module. | | `detect_folders` | `[]` | Which folders should trigger this modules. | @@ -562,7 +562,7 @@ The `buf` module shows the currently installed version of [Buf](https://buf.buil | Variable | 예시 | Description | | --------- | -------- | ------------------------------------ | | `version` | `v1.0.0` | The version of `buf` | -| `symbol` | | Mirrors the value of option `symbol` | +| `기호` | | Mirrors the value of option `symbol` | | `style`* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -589,7 +589,7 @@ The `bun` module shows the currently installed version of the [bun](https://bun. | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🍞 '` | A format string representing the symbol of Bun. | +| `기호` | `'🍞 '` | A format string representing the symbol of Bun. | | `detect_extensions` | `[]` | Which extensions should trigger this module. | | `detect_files` | `['bun.lockb', 'bunfig.toml']` | Which filenames should trigger this module. | | `detect_folders` | `[]` | Which folders should trigger this module. | @@ -601,7 +601,7 @@ The `bun` module shows the currently installed version of the [bun](https://bun. | Variable | 예시 | Description | | --------- | -------- | ------------------------------------ | | version | `v0.1.4` | The version of `bun` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -625,7 +625,7 @@ The `c` module shows some information about your C compiler. By default the modu | ------------------- | --------------------------------------------------------------------------- | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version(-$name) )]($style)'` | The format string for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'C '` | The symbol used before displaying the compiler details | +| `기호` | `'C '` | The symbol used before displaying the compiler details | | `detect_extensions` | `['c', 'h']` | Which extensions should trigger this module. | | `detect_files` | `[]` | Which filenames should trigger this module. | | `detect_folders` | `[]` | Which folders should trigger this module. | @@ -639,7 +639,7 @@ The `c` module shows some information about your C compiler. By default the modu | -------- | ------ | ------------------------------------ | | name | clang | The name of the compiler | | version | 13.0.0 | The version of the compiler | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style | | Mirrors the value of option `style` | NB that `version` is not in the default format. @@ -695,9 +695,9 @@ By default it only changes color. If you also want to change its shape take a lo | Variable | 예시 | Description | | -------- | -- | -------------------------------------------------------------------------------------------------------- | -| symbol | | A mirror of either `success_symbol`, `error_symbol`, `vimcmd_symbol` or `vimcmd_replace_one_symbol` etc. | +| 기호 | | A mirror of either `success_symbol`, `error_symbol`, `vimcmd_symbol` or `vimcmd_replace_one_symbol` etc. | -### Examples +### 예시 #### With custom error shape @@ -741,7 +741,7 @@ The `cmake` module shows the currently installed version of [CMake](https://cmak | ------------------- | -------------------------------------- | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'△ '` | The symbol used before the version of cmake. | +| `기호` | `'△ '` | The symbol used before the version of cmake. | | `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 | @@ -753,7 +753,7 @@ The `cmake` module shows the currently installed version of [CMake](https://cmak | Variable | 예시 | Description | | --------- | --------- | ------------------------------------ | | version | `v3.17.3` | The version of cmake | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -769,7 +769,7 @@ The `cobol` module shows the currently installed version of COBOL. By default, t | Option | Default | Description | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | -| `symbol` | `'⚙️ '` | The symbol used before displaying the version of COBOL. | +| `기호` | `'⚙️ '` | The symbol used before displaying the version of COBOL. | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | | `style` | `'bold blue'` | The style for the module. | @@ -783,7 +783,7 @@ The `cobol` module shows the currently installed version of COBOL. By default, t | Variable | 예시 | Description | | --------- | ---------- | ------------------------------------ | | version | `v3.1.2.0` | The version of `cobol` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -847,7 +847,7 @@ This does not suppress conda's own prompt modifier, you may want to run `conda c | Option | Default | Description | | ------------------- | -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `truncation_length` | `1` | The number of directories the environment path should be truncated to, if the environment was created via `conda create -p [path]`. `0` means no truncation. Also see the [`directory`](#directory) module. | -| `symbol` | `'🅒 '` | The symbol used before the environment name. | +| `기호` | `'🅒 '` | The symbol used before the environment name. | | `style` | `'bold green'` | The style for the module. | | `format` | `'via [$symbol$environment]($style) '` | The format for the module. | | `ignore_base` | `true` | Ignores `base` environment when activated. | @@ -858,7 +858,7 @@ This does not suppress conda's own prompt modifier, you may want to run `conda c | Variable | 예시 | Description | | ----------- | ------------ | ------------------------------------ | | environment | `astronauts` | The current conda environment | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -880,7 +880,7 @@ The `container` module displays a symbol and container name, if inside a contain | Option | Default | Description | | ---------- | ---------------------------------- | ----------------------------------------- | -| `symbol` | `'⬢'` | The symbol shown, when inside a container | +| `기호` | `'⬢'` | The symbol shown, when inside a container | | `style` | `'bold red dimmed'` | The style for the module. | | `format` | `'[$symbol \[$name\]]($style) '` | The format for the module. | | `disabled` | `false` | Disables the `container` module. | @@ -890,7 +890,7 @@ The `container` module displays a symbol and container name, if inside a contain | Variable | 예시 | Description | | --------- | ------------------- | ------------------------------------ | | name | `fedora-toolbox:35` | The name of the container | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -915,7 +915,7 @@ The `crystal` module shows the currently installed version of [Crystal](https:// | Option | Default | Description | | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | -| `symbol` | `'🔮 '` | The symbol used before displaying the version of crystal. | +| `기호` | `'🔮 '` | The symbol used before displaying the version of crystal. | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | | `style` | `'bold red'` | The style for the module. | @@ -929,7 +929,7 @@ The `crystal` module shows the currently installed version of [Crystal](https:// | Variable | 예시 | Description | | --------- | --------- | ------------------------------------ | | version | `v0.32.1` | The version of `crystal` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -955,7 +955,7 @@ The `daml` module shows the currently used [Daml](https://www.digitalasset.com/d | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'Λ '` | A format string representing the symbol of Daml | +| `기호` | `'Λ '` | A format string representing the symbol of Daml | | `style` | `'bold cyan'` | The style for the module. | | `detect_extensions` | `[]` | Which extensions should trigger this module. | | `detect_files` | `['daml.yaml']` | Which filenames should trigger this module. | @@ -967,7 +967,7 @@ The `daml` module shows the currently used [Daml](https://www.digitalasset.com/d | Variable | 예시 | Description | | --------- | -------- | ------------------------------------ | | version | `v2.2.0` | The version of `daml` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -995,7 +995,7 @@ The `dart` module shows the currently installed version of [Dart](https://dart.d | ------------------- | ------------------------------------------------- | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🎯 '` | A format string representing the symbol of Dart | +| `기호` | `'🎯 '` | A format string representing the symbol of Dart | | `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. | @@ -1007,7 +1007,7 @@ The `dart` module shows the currently installed version of [Dart](https://dart.d | Variable | 예시 | Description | | --------- | -------- | ------------------------------------ | | version | `v2.8.4` | The version of `dart` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -1033,7 +1033,7 @@ The `deno` module shows you your currently installed version of [Deno](https://d | ------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🦕 '` | A format string representing the symbol of Deno | +| `기호` | `'🦕 '` | A format string representing the symbol of Deno | | `detect_extensions` | `[]` | Which extensions should trigger this module. | | `detect_files` | `['deno.json', 'deno.jsonc', 'mod.ts', 'mod.js', 'deps.ts', 'deps.js']` | Which filenames should trigger this module. | | `detect_folders` | `[]` | Which folders should trigger this module. | @@ -1045,7 +1045,7 @@ The `deno` module shows you your currently installed version of [Deno](https://d | Variable | 예시 | Description | | --------- | -------- | ------------------------------------ | | version | `v1.8.3` | The version of `deno` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | ### 예시 @@ -1147,7 +1147,7 @@ The `docker_context` module shows the currently active [Docker context](https:// | Option | Default | Description | | ------------------- | ------------------------------------------------------------- | --------------------------------------------------------------------------------- | | `format` | `'via [$symbol$context]($style) '` | The format for the module. | -| `symbol` | `'🐳 '` | The symbol used before displaying the Docker context. | +| `기호` | `'🐳 '` | The symbol used before displaying the Docker context. | | `only_with_files` | `true` | Only show when there's a match | | `detect_extensions` | `[]` | Which extensions should trigger this module (needs `only_with_files` to be true). | | `detect_files` | `['docker-compose.yml', 'docker-compose.yaml', 'Dockerfile']` | Which filenames should trigger this module (needs `only_with_files` to be true). | @@ -1160,7 +1160,7 @@ The `docker_context` module shows the currently active [Docker context](https:// | Variable | 예시 | Description | | --------- | -------------- | ------------------------------------ | | context | `test_context` | The current docker context | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -1201,7 +1201,7 @@ The module will also show the Target Framework Moniker ($` and so must match the whole string. The `*_pattern` regular expressions may contain capture groups, which can be referenced in the corresponding alias via `$name` and `$N` (see example below and the [rust Regex::replace() documentation](https://docs.rs/regex/latest/regex/struct.Regex.html#method.replace)). @@ -2427,7 +2427,7 @@ Note that all regular expression are anchored with `^$` and so must mat | namespace | `starship-namespace` | If set, the current kubernetes namespace | | user | `starship-user` | If set, the current kubernetes user | | cluster | `starship-cluster` | If set, the current kubernetes cluster | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -2553,7 +2553,7 @@ The `lua` module shows the currently installed version of [Lua](http://www.lua.o | ------------------- | ------------------------------------ | -------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🌙 '` | A format string representing the symbol of Lua. | +| `기호` | `'🌙 '` | A format string representing the symbol of Lua. | | `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. | @@ -2566,7 +2566,7 @@ The `lua` module shows the currently installed version of [Lua](http://www.lua.o | Variable | 예시 | Description | | --------- | -------- | ------------------------------------ | | version | `v5.4.0` | The version of `lua` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -2598,7 +2598,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y | ----------- | ----------------------------------------------- | -------------------------------------------------------- | | `threshold` | `75` | Hide the memory usage unless it exceeds this percentage. | | `format` | `'via $symbol [${ram}( \| ${swap})]($style) '` | The format for the module. | -| `symbol` | `'🐏'` | The symbol used before displaying the memory usage. | +| `기호` | `'🐏'` | The symbol used before displaying the memory usage. | | `style` | `'bold dimmed white'` | The style for the module. | | `disabled` | `true` | Disables the `memory_usage` module. | @@ -2610,7 +2610,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y | ram_pct | `48%` | The percentage of the current system memory. | | swap\*\* | `1GiB/4GiB` | The swap memory size of the current system swap memory file. | | swap_pct\*\* | `77%` | The swap memory percentage of the current system swap memory file. | -| symbol | `🐏` | Mirrors the value of option `symbol` | +| 기호 | `🐏` | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string *\*: The SWAP file information is only displayed if detected on the current system @@ -2640,7 +2640,7 @@ By default the Meson project name is displayed, if `$MESON_DEVENV` is set. | `truncation_length` | `2^32 - 1` | Truncates a project name to `N` graphemes. | | `truncation_symbol` | `'…'` | The symbol used to indicate a project name was truncated. You can use `''` for no symbol. | | `format` | `'via [$symbol$project]($style) '` | The format for the module. | -| `symbol` | `'⬢ '` | The symbol used before displaying the project name. | +| `기호` | `'⬢ '` | The symbol used before displaying the project name. | | `style` | `'blue bold'` | The style for the module. | | `disabled` | `false` | Disables the `meson` module. | @@ -2649,7 +2649,7 @@ By default the Meson project name is displayed, if `$MESON_DEVENV` is set. | Variable | 예시 | Description | | --------- | ---------- | ------------------------------------ | | project | `starship` | The current Meson project name | -| symbol | `🐏` | Mirrors the value of option `symbol` | +| 기호 | `🐏` | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -2674,7 +2674,7 @@ The `hg_branch` module shows the active branch and topic of the repo in your cur | Option | Default | Description | | ------------------- | ----------------------------------------- | -------------------------------------------------------------------------------------------- | -| `symbol` | `' '` | The symbol used before the hg bookmark or branch name of the repo in your current directory. | +| `기호` | `' '` | The symbol used before the hg bookmark or branch name of the repo in your current directory. | | `style` | `'bold purple'` | The style for the module. | | `format` | `'on [$symbol$branch(:$topic)]($style) '` | The format for the module. | | `truncation_length` | `2^63 - 1` | Truncates the hg branch / topic name to `N` graphemes | @@ -2687,7 +2687,7 @@ The `hg_branch` module shows the active branch and topic of the repo in your cur | --------- | --------- | ------------------------------------ | | branch | `master` | The active mercurial branch | | topic | `feature` | The active mercurial topic | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -2718,7 +2718,7 @@ The `nim` module shows the currently installed version of [Nim](https://nim-lang | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format for the module | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'👑 '` | The symbol used before displaying the version of Nim. | +| `기호` | `'👑 '` | The symbol used before displaying the version of Nim. | | `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. | @@ -2730,7 +2730,7 @@ The `nim` module shows the currently installed version of [Nim](https://nim-lang | Variable | 예시 | Description | | --------- | -------- | ------------------------------------ | | version | `v1.2.0` | The version of `nimc` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -2754,7 +2754,7 @@ The `nix_shell` module shows the [nix-shell](https://nixos.org/guides/nix-pills/ | Option | Default | Description | | ------------- | ---------------------------------------------- | --------------------------------------------------------------------- | | `format` | `'via [$symbol$state( \($name\))]($style) '` | The format for the module. | -| `symbol` | `'❄️ '` | A format string representing the symbol of nix-shell. | +| `기호` | `'❄️ '` | A format string representing the symbol of nix-shell. | | `style` | `'bold blue'` | The style for the module. | | `impure_msg` | `'impure'` | A format string shown when the shell is impure. | | `pure_msg` | `'pure'` | A format string shown when the shell is pure. | @@ -2768,7 +2768,7 @@ The `nix_shell` module shows the [nix-shell](https://nixos.org/guides/nix-pills/ | --------- | ------- | ------------------------------------ | | state | `pure` | The state of the nix-shell | | name | `lorri` | The name of the nix-shell | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -2803,7 +2803,7 @@ The `nodejs` module shows the currently installed version of [Node.js](https://n | ------------------- | ------------------------------------------ | ----------------------------------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `' '` | A format string representing the symbol of Node.js. | +| `기호` | `' '` | A format string representing the symbol of Node.js. | | `detect_extensions` | `['js', 'mjs', 'cjs', 'ts', 'mts', 'cts']` | 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. | @@ -2817,7 +2817,7 @@ The `nodejs` module shows the currently installed version of [Node.js](https://n | --------------- | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | | version | `v13.12.0` | The version of `node` | | engines_version | `>=12.0.0` | `node` version requirement as set in the engines property of `package.json`. Will only show if the version requirement does not match the `node` version. | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -2848,7 +2848,7 @@ The `ocaml` module shows the currently installed version of [OCaml](https://ocam | ------------------------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )(\($switch_indicator$switch_name\) )]($style)'` | The format string for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🐫 '` | The symbol used before displaying the version of OCaml. | +| `기호` | `'🐫 '` | 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. | @@ -2864,7 +2864,7 @@ The `ocaml` module shows the currently installed version of [OCaml](https://ocam | 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 | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -2888,7 +2888,7 @@ The `opa` module shows the currently installed version of the OPA tool. By defau | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🪖 '` | A format string representing the symbol of OPA. | +| `기호` | `'🪖 '` | A format string representing the symbol of OPA. | | `detect_extensions` | `['rego']` | Which extensions should trigger this module. | | `detect_files` | `[]` | Which filenames should trigger this module. | | `detect_folders` | `[]` | Which folders should trigger this module. | @@ -2900,7 +2900,7 @@ The `opa` module shows the currently installed version of the OPA tool. By defau | Variable | 예시 | Description | | --------- | --------- | ------------------------------------ | | version | `v0.44.0` | The version of `opa` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -2923,7 +2923,7 @@ The `openstack` module shows the current OpenStack cloud and project. The module | Option | Default | Description | | ---------- | ----------------------------------------------- | -------------------------------------------------------------- | | `format` | `'on [$symbol$cloud(\($project\))]($style) '` | The format for the module. | -| `symbol` | `'☁️ '` | The symbol used before displaying the current OpenStack cloud. | +| `기호` | `'☁️ '` | The symbol used before displaying the current OpenStack cloud. | | `style` | `'bold yellow'` | The style for the module. | | `disabled` | `false` | Disables the `openstack` module. | @@ -2933,7 +2933,7 @@ The `openstack` module shows the current OpenStack cloud and project. The module | --------- | ------ | ------------------------------------ | | cloud | `corp` | The current OpenStack cloud | | project | `dev` | The current OpenStack project | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -3026,9 +3026,9 @@ Windows = "🪟 " | Variable | 예시 | Description | | --------- | ------------ | ------------------------------------------------------------------ | -| symbol | `🎗️` | The current operating system symbol from advanced option `symbols` | +| 기호 | `🎗️` | The current operating system symbol from advanced option `symbols` | | name | `Arch Linux` | The current operating system name | -| type | `Arch` | The current operating system type | +| 종류 | `Arch` | The current operating system type | | codename | | The current operating system codename, if applicable | | edition | | The current operating system edition, if applicable | | version | | The current operating system version, if applicable | @@ -3080,7 +3080,7 @@ The `package` module is shown when the current directory is the repository for a | Option | Default | Description | | ----------------- | --------------------------------- | ------------------------------------------------------------------------- | | `format` | `'is [$symbol$version]($style) '` | The format for the module. | -| `symbol` | `'📦 '` | The symbol used before displaying the version the package. | +| `기호` | `'📦 '` | The symbol used before displaying the version the package. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | | `style` | `'bold 208'` | The style for the module. | | `display_private` | `false` | Enable displaying version for packages marked as private. | @@ -3091,7 +3091,7 @@ The `package` module is shown when the current directory is the repository for a | Variable | 예시 | Description | | --------- | -------- | ------------------------------------ | | version | `v1.0.0` | The version of your package | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -3121,7 +3121,7 @@ The `perl` module shows the currently installed version of [Perl](https://www.pe | ------------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format string for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🐪 '` | The symbol used before displaying the version of Perl | +| `기호` | `'🐪 '` | The symbol used before displaying the version of Perl | | `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. | @@ -3133,7 +3133,7 @@ The `perl` module shows the currently installed version of [Perl](https://www.pe | Variable | 예시 | Description | | --------- | --------- | ------------------------------------ | | version | `v5.26.1` | The version of `perl` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | ### 예시 @@ -3159,7 +3159,7 @@ The `php` module shows the currently installed version of [PHP](https://www.php. | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🐘 '` | The symbol used before displaying the version of PHP. | +| `기호` | `'🐘 '` | The symbol used before displaying the version of PHP. | | `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. | @@ -3171,7 +3171,7 @@ The `php` module shows the currently installed version of [PHP](https://www.php. | Variable | 예시 | Description | | --------- | -------- | ------------------------------------ | | version | `v7.3.8` | The version of `php` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -3193,7 +3193,7 @@ The `pijul_channel` module shows the active channel of the repo in your current | Option | Default | Description | | ------------------- | --------------------------------- | ------------------------------------------------------------------------------------ | -| `symbol` | `' '` | The symbol used before the pijul channel name of the repo in your current directory. | +| `기호` | `' '` | The symbol used before the pijul channel name of the repo in your current directory. | | `style` | `'bold purple'` | The style for the module. | | `format` | `'on [$symbol$channel]($style) '` | The format for the module. | | `truncation_length` | `2^63 - 1` | Truncates the pijul channel name to `N` graphemes | @@ -3206,7 +3206,7 @@ The `pulumi` module shows the current username, selected [Pulumi Stack](https:// ::: tip -By default the Pulumi version is not shown, since it takes an order of magnitude longer to load then most plugins (~70ms). If you still want to enable it, [follow the example shown below](#with-pulumi-version). +By default the Pulumi version is not shown, since it takes an order of magnitude longer to load then most plugins (~70ms). 그래도 활성화하려면, [아래에 있는 예시를 따라 하세요](#with-pulumi-version). ::: @@ -3221,7 +3221,7 @@ By default the module will be shown if any of the following conditions are met: | ---------------- | -------------------------------------------- | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($username@)$stack]($style) '` | The format string for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `' '` | A format string shown before the Pulumi stack. | +| `기호` | `' '` | A format string shown before the Pulumi stack. | | `style` | `'bold 5'` | The style for the module. | | `search_upwards` | `true` | Enable discovery of pulumi config files in parent directories. | | `disabled` | `false` | Disables the `pulumi` module. | @@ -3233,7 +3233,7 @@ By default the module will be shown if any of the following conditions are met: | version | `v0.12.24` | The version of `pulumi` | | stack | `dev` | The current Pulumi stack | | username | `alice` | The current Pulumi username | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -3271,7 +3271,7 @@ The `purescript` module shows the currently installed version of [PureScript](ht | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'<=> '` | The symbol used before displaying the version of PureScript. | +| `기호` | `'<=> '` | The symbol used before displaying the version of PureScript. | | `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. | @@ -3283,7 +3283,7 @@ The `purescript` module shows the currently installed version of [PureScript](ht | Variable | 예시 | Description | | --------- | -------- | ------------------------------------ | | version | `0.13.5` | The version of `purescript` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -3321,7 +3321,7 @@ By default the module will be shown if any of the following conditions are met: | -------------------- | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- | | `format` | `'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🐍 '` | A format string representing the symbol of Python | +| `기호` | `'🐍 '` | A format string representing the symbol of Python | | `style` | `'yellow bold'` | The style for the module. | | `pyenv_version_name` | `false` | Use pyenv to get Python version | | `pyenv_prefix` | `pyenv` | Prefix before pyenv version display, only used if pyenv is used | @@ -3344,7 +3344,7 @@ The default values and order for `python_binary` was chosen to first identify th | Variable | 예시 | Description | | ------------ | --------------- | ------------------------------------------ | | version | `'v3.8.1'` | The version of `python` | -| symbol | `'🐍 '` | Mirrors the value of option `symbol` | +| 기호 | `'🐍 '` | Mirrors the value of option `symbol` | | style | `'yellow bold'` | Mirrors the value of option `style` | | pyenv_prefix | `'pyenv '` | Mirrors the value of option `pyenv_prefix` | | virtualenv | `'venv'` | The current `virtualenv` name | @@ -3404,7 +3404,7 @@ The `rlang` module shows the currently installed version of [R](https://www.r-pr | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'📐'` | A format string representing the symbol of R. | +| `기호` | `'📐'` | A format string representing the symbol of R. | | `style` | `'blue bold'` | The style for the module. | | `detect_extensions` | `['R', 'Rd', 'Rmd', 'Rproj', 'Rsx']` | Which extensions should trigger this module | | `detect_files` | `['.Rprofile']` | Which filenames should trigger this module | @@ -3416,7 +3416,7 @@ The `rlang` module shows the currently installed version of [R](https://www.r-pr | Variable | 예시 | Description | | -------- | ------------- | ------------------------------------ | | version | `v4.0.5` | The version of `R` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style | `'blue bold'` | Mirrors the value of option `style` | ### 예시 @@ -3441,7 +3441,7 @@ The `raku` module shows the currently installed version of [Raku](https://www.ra | ------------------- | ------------------------------------------------ | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version-$vm_version )]($style)'` | The format string for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🦋 '` | The symbol used before displaying the version of Raku | +| `기호` | `'🦋 '` | The symbol used before displaying the version of Raku | | `detect_extensions` | `['p6', 'pm6', 'pod6', 'raku', 'rakumod']` | Which extensions should trigger this module. | | `detect_files` | `['META6.json']` | Which filenames should trigger this module. | | `detect_folders` | `[]` | Which folders should trigger this module. | @@ -3454,7 +3454,7 @@ The `raku` module shows the currently installed version of [Raku](https://www.ra | ---------- | ------ | ------------------------------------ | | version | `v6.d` | The version of `raku` | | vm_version | `moar` | The version of VM `raku` is built on | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | ### 예시 @@ -3478,7 +3478,7 @@ By default the `red` module shows the currently installed version of [Red](https | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🔺 '` | A format string representing the symbol of Red. | +| `기호` | `'🔺 '` | A format string representing the symbol of Red. | | `detect_extensions` | `['red']` | Which extensions should trigger this module. | | `detect_files` | `[]` | Which filenames should trigger this module. | | `detect_folders` | `[]` | Which folders should trigger this module. | @@ -3490,7 +3490,7 @@ By default the `red` module shows the currently installed version of [Red](https | Variable | 예시 | Description | | --------- | -------- | ------------------------------------ | | version | `v2.5.1` | The version of `red` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -3521,7 +3521,7 @@ Starship gets the current Ruby version by running `ruby -v`. | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'💎 '` | A format string representing the symbol of Ruby. | +| `기호` | `'💎 '` | A format string representing the symbol of Ruby. | | `detect_extensions` | `['rb']` | Which extensions should trigger this module. | | `detect_files` | `['Gemfile', '.ruby-version']` | Which filenames should trigger this module. | | `detect_folders` | `[]` | Which folders should trigger this module. | @@ -3534,7 +3534,7 @@ Starship gets the current Ruby version by running `ruby -v`. | Variable | 예시 | Description | | --------- | -------- | ------------------------------------ | | version | `v2.5.1` | The version of `ruby` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -3561,7 +3561,7 @@ By default the `rust` module shows the currently installed version of [Rust](htt | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🦀 '` | A format string representing the symbol of Rust | +| `기호` | `'🦀 '` | A format string representing the symbol of Rust | | `detect_extensions` | `['rs']` | Which extensions should trigger this module. | | `detect_files` | `['Cargo.toml']` | Which filenames should trigger this module. | | `detect_folders` | `[]` | Which folders should trigger this module. | @@ -3575,7 +3575,7 @@ By default the `rust` module shows the currently installed version of [Rust](htt | version | `v1.43.0-nightly` | The version of `rustc` | | numver | `1.51.0` | The numeric component of the `rustc` version | | toolchain | `beta` | The toolchain version | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -3606,7 +3606,7 @@ The `scala` module shows the currently installed version of [Scala](https://www. | `detect_extensions` | `['sbt', 'scala']` | Which extensions should trigger this module. | | `detect_files` | `['.scalaenv', '.sbtenv', 'build.sbt']` | Which filenames should trigger this module. | | `detect_folders` | `['.metals']` | Which folders should trigger this modules. | -| `symbol` | `'🆂 '` | A format string representing the symbol of Scala. | +| `기호` | `'🆂 '` | A format string representing the symbol of Scala. | | `style` | `'red dimmed'` | The style for the module. | | `disabled` | `false` | Disables the `scala` module. | @@ -3615,7 +3615,7 @@ The `scala` module shows the currently installed version of [Scala](https://www. | Variable | 예시 | Description | | --------- | -------- | ------------------------------------ | | version | `2.13.5` | The version of `scala` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -3690,7 +3690,7 @@ The `shlvl` module shows the current [`SHLVL`](https://tldp.org/LDP/abs/html/int | --------------- | ---------------------------- | ------------------------------------------------------------------- | | `threshold` | `2` | Display threshold. | | `format` | `'[$symbol$shlvl]($style) '` | The format for the module. | -| `symbol` | `'↕️ '` | The symbol used to represent the `SHLVL`. | +| `기호` | `'↕️ '` | The symbol used to represent the `SHLVL`. | | `repeat` | `false` | Causes `symbol` to be repeated by the current `SHLVL` amount. | | `repeat_offset` | `0` | Decrements number of times `symbol` is repeated by the offset value | | `style` | `'bold yellow'` | The style for the module. | @@ -3701,7 +3701,7 @@ The `shlvl` module shows the current [`SHLVL`](https://tldp.org/LDP/abs/html/int | Variable | 예시 | Description | | --------- | --- | ------------------------------------ | | shlvl | `3` | The current value of `SHLVL` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -3740,7 +3740,7 @@ The `singularity` module shows the current [Singularity](https://sylabs.io/singu | Option | Default | Description | | ---------- | -------------------------------- | ------------------------------------------------ | | `format` | `'[$symbol\[$env\]]($style) '` | The format for the module. | -| `symbol` | `''` | A format string displayed before the image name. | +| `기호` | `''` | A format string displayed before the image name. | | `style` | `'bold dimmed blue'` | The style for the module. | | `disabled` | `false` | Disables the `singularity` module. | @@ -3749,7 +3749,7 @@ The `singularity` module shows the current [Singularity](https://sylabs.io/singu | Variable | 예시 | Description | | --------- | ------------ | ------------------------------------ | | env | `centos.img` | The current Singularity image | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -3775,7 +3775,7 @@ The `solidity` module shows the currently installed version of [Solidity](https: | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | | `format` | `"via [$symbol($version )]($style)"` | The format for the module. | | `version_format` | `"v${major}.${minor}.${patch}"` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `"S "` | A format string representing the symbol of Solidity | +| `기호` | `"S "` | A format string representing the symbol of Solidity | | `compiler | ["solc"] | The default compiler for Solidity. | | `detect_extensions` | `["sol"]` | Which extensions should trigger this module. | | `detect_files` | `[]` | Which filenames should trigger this module. | @@ -3788,7 +3788,7 @@ The `solidity` module shows the currently installed version of [Solidity](https: | Variable | 예시 | Description | | --------- | -------- | ------------------------------------ | | version | `v0.8.1` | The version of `solidity` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -3810,7 +3810,7 @@ The `spack` module shows the current [Spack](https://spack.readthedocs.io/en/lat | Option | Default | Description | | ------------------- | -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | | `truncation_length` | `1` | The number of directories the environment path should be truncated to. `0` means no truncation. Also see the [`directory`](#directory) module. | -| `symbol` | `'🅢 '` | The symbol used before the environment name. | +| `기호` | `'🅢 '` | The symbol used before the environment name. | | `style` | `'bold blue'` | The style for the module. | | `format` | `'via [$symbol$environment]($style) '` | The format for the module. | | `disabled` | `false` | Disables the `spack` module. | @@ -3820,7 +3820,7 @@ The `spack` module shows the current [Spack](https://spack.readthedocs.io/en/lat | Variable | 예시 | Description | | ----------- | ------------ | ------------------------------------ | | environment | `astronauts` | The current spack environment | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -3849,7 +3849,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y | Option | Default | Description | | --------------------------- | ---------------------------------------------------------------------------------- | --------------------------------------------------------------------- | | `format` | `'[$symbol$status]($style) '` | The format of the module | -| `symbol` | `'❌'` | The symbol displayed on program error | +| `기호` | `'❌'` | The symbol displayed on program error | | `success_symbol` | `''` | The symbol displayed on program success | | `not_executable_symbol` | `'🚫'` | The symbol displayed when file isn't executable | | `not_found_symbol` | `'🔍'` | The symbol displayed when the command can't be found | @@ -3876,7 +3876,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y | signal_name | `KILL` | Name of the signal corresponding to the exit code, only if signalled | | maybe_int | `7` | Contains the exit code number when no meaning has been found | | pipestatus | | Rendering of in pipeline programs' exit codes, this is only available in pipestatus_format | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -3910,7 +3910,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y | Option | Default | Description | | --------------- | ------------------------ | ------------------------------------------------------- | | `format` | `'[as $symbol]($style)'` | The format of the module | -| `symbol` | `'🧙 '` | The symbol displayed when credentials are cached | +| `기호` | `'🧙 '` | The symbol displayed when credentials are cached | | `style` | `'bold blue'` | The style for the module. | | `allow_windows` | `false` | Since windows has no default sudo, default is disabled. | | `disabled` | `true` | Disables the `sudo` module. | @@ -3919,7 +3919,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y | Variable | 예시 | Description | | --------- | -- | ------------------------------------ | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -3957,7 +3957,7 @@ By default the `swift` module shows the currently installed version of [Swift](h | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'🐦 '` | A format string representing the symbol of Swift | +| `기호` | `'🐦 '` | A format string representing the symbol of Swift | | `detect_extensions` | `['swift']` | Which extensions should trigger this module. | | `detect_files` | `['Package.swift']` | Which filenames should trigger this module. | | `detect_folders` | `[]` | Which folders should trigger this module. | @@ -3969,7 +3969,7 @@ By default the `swift` module shows the currently installed version of [Swift](h | Variable | 예시 | Description | | --------- | -------- | ------------------------------------ | | version | `v5.2.4` | The version of `swift` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -4004,7 +4004,7 @@ By default the module will be shown if any of the following conditions are met: | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | | `format` | `'via [$symbol$workspace]($style) '` | The format string for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'💠'` | A format string shown before the terraform workspace. | +| `기호` | `'💠'` | A format string shown before the terraform workspace. | | `detect_extensions` | `['tf', 'tfplan', 'tfstate']` | Which extensions should trigger this module. | | `detect_files` | `[]` | Which filenames should trigger this module. | | `detect_folders` | `['.terraform']` | Which folders should trigger this module. | @@ -4017,7 +4017,7 @@ By default the module will be shown if any of the following conditions are met: | --------- | ---------- | ------------------------------------ | | version | `v0.12.24` | The version of `terraform` | | workspace | `default` | The current Terraform workspace | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -4145,7 +4145,7 @@ The `vagrant` module shows the currently installed version of [Vagrant](https:// | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'⍱ '` | A format string representing the symbol of Vagrant. | +| `기호` | `'⍱ '` | A format string representing the symbol of Vagrant. | | `detect_extensions` | `[]` | Which extensions should trigger this module. | | `detect_files` | `['Vagrantfile']` | Which filenames should trigger this module. | | `detect_folders` | `[]` | Which folders should trigger this module. | @@ -4157,7 +4157,7 @@ The `vagrant` module shows the currently installed version of [Vagrant](https:// | Variable | 예시 | Description | | --------- | ---------------- | ------------------------------------ | | version | `Vagrant 2.2.10` | The version of `Vagrant` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -4184,7 +4184,7 @@ The `vlang` module shows you your currently installed version of [V](https://vla | ------------------- | -------------------------------------------- | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'V '` | A format string representing the symbol of V | +| `기호` | `'V '` | A format string representing the symbol of V | | `detect_extensions` | `['v']` | Which extensions should trigger this module. | | `detect_files` | `['v.mod', 'vpkg.json', '.vpkg-lock.json' ]` | Which filenames should trigger this module. | | `detect_folders` | `[]` | Which folders should trigger this module. | @@ -4196,7 +4196,7 @@ The `vlang` module shows you your currently installed version of [V](https://vla | Variable | 예시 | Description | | --------- | ------ | ------------------------------------ | | version | `v0.2` | The version of `v` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | ### 예시 @@ -4215,7 +4215,7 @@ The `vcsh` module displays the current active [VCSH](https://github.com/RichiH/v | Option | Default | Description | | ---------- | -------------------------------- | ------------------------------------------------------ | -| `symbol` | `''` | The symbol used before displaying the repository name. | +| `기호` | `''` | The symbol used before displaying the repository name. | | `style` | `'bold yellow'` | The style for the module. | | `format` | `'vcsh [$symbol$repo]($style) '` | The format for the module. | | `disabled` | `false` | Disables the `vcsh` module. | @@ -4225,7 +4225,7 @@ The `vcsh` module displays the current active [VCSH](https://github.com/RichiH/v | Variable | 예시 | Description | | --------- | ------------------------------------------- | ------------------------------------ | | repo | `dotfiles` if in a VCSH repo named dotfiles | The active repository name | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | `black bold dimmed` | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -4251,7 +4251,7 @@ By default the `zig` module shows the currently installed version of [Zig](https | ------------------- | ------------------------------------ | ------------------------------------------------------------------------- | | `format` | `'via [$symbol($version )]($style)'` | The format for the module. | | `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` | -| `symbol` | `'↯ '` | The symbol used before displaying the version of Zig. | +| `기호` | `'↯ '` | The symbol used before displaying the version of Zig. | | `style` | `'bold yellow'` | The style for the module. | | `disabled` | `false` | Disables the `zig` module. | | `detect_extensions` | `['zig']` | Which extensions should trigger this module. | @@ -4263,7 +4263,7 @@ By default the `zig` module shows the currently installed version of [Zig](https | Variable | 예시 | Description | | --------- | -------- | ------------------------------------ | | version | `v0.6.0` | The version of `zig` | -| symbol | | Mirrors the value of option `symbol` | +| 기호 | | Mirrors the value of option `symbol` | | style\* | | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string @@ -4327,7 +4327,7 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt | `detect_files` | `[]` | The files that will be searched in the working directory for a match. | | `detect_folders` | `[]` | The directories that will be searched in the working directory for a match. | | `detect_extensions` | `[]` | The extensions that will be searched in the working directory for a match. | -| `symbol` | `''` | The symbol used before displaying the command output. | +| `기호` | `''` | The symbol used before displaying the command output. | | `style` | `'bold green'` | The style for the module. | | `format` | `'[$symbol($output )]($style)'` | The format for the module. | | `disabled` | `false` | Disables this `custom` module. | @@ -4340,7 +4340,7 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt | Variable | Description | | --------- | -------------------------------------- | | output | The output of shell command in `shell` | -| symbol | Mirrors the value of option `symbol` | +| 기호 | Mirrors the value of option `symbol` | | style\* | Mirrors the value of option `style` | *: This variable can only be used as a part of a style string