mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
docs: sort the table of segments
This commit is contained in:
parent
6fae3a169b
commit
fdbde52c20
1 changed files with 53 additions and 53 deletions
106
README.md
106
README.md
|
@ -308,69 +308,69 @@ enable as many segments as you like. It won't slow down your prompt or Zsh start
|
||||||
|
|
||||||
| Segment | Meaning |
|
| Segment | Meaning |
|
||||||
|--------:|---------|
|
|--------:|---------|
|
||||||
| `os_icon` | your OS logo (apple for macOS, swirl for debian, etc.) |
|
|
||||||
| `dir` | current working directory |
|
|
||||||
| `vcs` | Git repository status |
|
|
||||||
| `prompt_char` | multi-functional prompt symbol; changes depending on vi mode: `❯`, `❮`, `V`, `▶` for insert, command, visual and replace mode respectively; turns red on error |
|
|
||||||
| `context` | user@hostname |
|
|
||||||
| `status` | exit code of the last command |
|
|
||||||
| `command_execution_time` | duration (wall time) of the last command |
|
|
||||||
| `background_jobs` | presence of background jobs |
|
|
||||||
| `time` | current time |
|
|
||||||
| `direnv` | [direnv](https://direnv.net/) status |
|
|
||||||
| `asdf` | tool versions from [asdf](https://github.com/asdf-vm/asdf) |
|
|
||||||
| `virtualenv` | python environment from [venv](https://docs.python.org/3/library/venv.html) |
|
|
||||||
| `anaconda` | virtual environment from [conda](https://conda.io/) |
|
| `anaconda` | virtual environment from [conda](https://conda.io/) |
|
||||||
| `pyenv` | python environment from [pyenv](https://github.com/pyenv/pyenv) |
|
| `asdf` | tool versions from [asdf](https://github.com/asdf-vm/asdf) |
|
||||||
| `goenv` | go environment from [goenv](https://github.com/syndbg/goenv) |
|
|
||||||
| `nodenv` | node.js environment from [nodenv](https://github.com/nodenv/nodenv) |
|
|
||||||
| `nvm` | node.js environment from [nvm](https://github.com/nvm-sh/nvm) |
|
|
||||||
| `nodeenv` | node.js environment from [nodeenv](https://github.com/ekalinin/nodeenv) |
|
|
||||||
| `rbenv` | ruby environment from [rbenv](https://github.com/rbenv/rbenv) |
|
|
||||||
| `rvm` | ruby environment from [rvm](https://rvm.io) |
|
|
||||||
| `fvm` | flutter environment from [fvm](https://github.com/leoafarias/fvm) |
|
|
||||||
| `luaenv` | lua environment from [luaenv](https://github.com/cehoffman/luaenv) |
|
|
||||||
| `jenv` | java environment from [jenv](https://github.com/jenv/jenv) |
|
|
||||||
| `plenv` | perl environment from [plenv](https://github.com/tokuhirom/plenv) |
|
|
||||||
| `phpenv` | php environment from [phpenv](https://github.com/phpenv/phpenv) |
|
|
||||||
| `haskell_stack` | haskell version from [stack](https://haskellstack.org/) |
|
|
||||||
| `node_version` | [node.js](https://nodejs.org/) version |
|
|
||||||
| `go_version` | [go](https://golang.org) version |
|
|
||||||
| `rust_version` | [rustc](https://www.rust-lang.org) version |
|
|
||||||
| `dotnet_version` | [dotnet](https://dotnet.microsoft.com) version |
|
|
||||||
| `php_version` | [php](https://www.php.net/) version |
|
|
||||||
| `laravel_version` | [laravel php framework](https://laravel.com/) version |
|
|
||||||
| `java_version` | [java](https://www.java.com/) version |
|
|
||||||
| `package` | `name@version` from [package.json](https://docs.npmjs.com/files/package.json) |
|
|
||||||
| `kubecontext` | current [kubernetes](https://kubernetes.io/) context |
|
|
||||||
| `terraform` | [terraform](https://www.terraform.io) workspace |
|
|
||||||
| `terraform_version` | [terraform](https://www.terraform.io) version |
|
|
||||||
| `aws` | [aws profile](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) |
|
| `aws` | [aws profile](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) |
|
||||||
| `aws_eb_env` | [aws elastic beanstalk](https://aws.amazon.com/elasticbeanstalk/) environment |
|
| `aws_eb_env` | [aws elastic beanstalk](https://aws.amazon.com/elasticbeanstalk/) environment |
|
||||||
| `azure` | [azure](https://docs.microsoft.com/en-us/cli/azure) account name |
|
| `azure` | [azure](https://docs.microsoft.com/en-us/cli/azure) account name |
|
||||||
|
| `background_jobs` | presence of background jobs |
|
||||||
|
| `battery` | internal battery state and charge level (yep, batteries *literally* included) |
|
||||||
|
| `command_execution_time` | duration (wall time) of the last command |
|
||||||
|
| `context` | user@hostname |
|
||||||
|
| `dir` | current working directory |
|
||||||
|
| `direnv` | [direnv](https://direnv.net/) status |
|
||||||
|
| `disk_usage` | disk usage |
|
||||||
|
| `dotnet_version` | [dotnet](https://dotnet.microsoft.com) version |
|
||||||
|
| `fvm` | flutter environment from [fvm](https://github.com/leoafarias/fvm) |
|
||||||
| `gcloud` | [google cloud](https://cloud.google.com/) cli account and project |
|
| `gcloud` | [google cloud](https://cloud.google.com/) cli account and project |
|
||||||
|
| `goenv` | go environment from [goenv](https://github.com/syndbg/goenv) |
|
||||||
| `google_app_cred` | [google application credentials](https://cloud.google.com/docs/authentication/production) |
|
| `google_app_cred` | [google application credentials](https://cloud.google.com/docs/authentication/production) |
|
||||||
| `toolbox` | [toolbox](https://github.com/containers/toolbox) name |
|
| `go_version` | [go](https://golang.org) version |
|
||||||
| `nordvpn` | [nordvpn](https://nordvpn.com/) connection status |
|
| `haskell_stack` | haskell version from [stack](https://haskellstack.org/) |
|
||||||
| `ranger` | [ranger](https://github.com/ranger/ranger) shell |
|
| `ip` | IP address and bandwidth usage for a specified network interface |
|
||||||
| `nnn` | [nnn](https://github.com/jarun/nnn) shell |
|
| `java_version` | [java](https://www.java.com/) version |
|
||||||
| `xplr` | [xplr](https://github.com/sayanarijit/xplr) shell |
|
| `jenv` | java environment from [jenv](https://github.com/jenv/jenv) |
|
||||||
| `vim_shell` | [vim](https://www.vim.org/) shell (`:sh`) |
|
| `kubecontext` | current [kubernetes](https://kubernetes.io/) context |
|
||||||
|
| `laravel_version` | [laravel php framework](https://laravel.com/) version |
|
||||||
|
| `load` | CPU load |
|
||||||
|
| `luaenv` | lua environment from [luaenv](https://github.com/cehoffman/luaenv) |
|
||||||
| `midnight_commander` | [midnight commander](https://midnight-commander.org/) shell |
|
| `midnight_commander` | [midnight commander](https://midnight-commander.org/) shell |
|
||||||
| `nix_shell` | [nix shell](https://nixos.org/nixos/nix-pills/developing-with-nix-shell.html) indicator |
|
| `nix_shell` | [nix shell](https://nixos.org/nixos/nix-pills/developing-with-nix-shell.html) indicator |
|
||||||
| `todo` | [todo](https://github.com/todotxt/todo.txt-cli) items |
|
| `nnn` | [nnn](https://github.com/jarun/nnn) shell |
|
||||||
| `timewarrior` | [timewarrior](https://timewarrior.net/) tracking status |
|
| `nodeenv` | node.js environment from [nodeenv](https://github.com/ekalinin/nodeenv) |
|
||||||
| `taskwarrior` | [taskwarrior](https://taskwarrior.org/) task count |
|
| `nodenv` | node.js environment from [nodenv](https://github.com/nodenv/nodenv) |
|
||||||
| `vpn_ip` | virtual private network indicator |
|
| `node_version` | [node.js](https://nodejs.org/) version |
|
||||||
| `ip` | IP address and bandwidth usage for a specified network interface |
|
| `nordvpn` | [nordvpn](https://nordvpn.com/) connection status |
|
||||||
| `load` | CPU load |
|
| `nvm` | node.js environment from [nvm](https://github.com/nvm-sh/nvm) |
|
||||||
| `disk_usage` | disk usage |
|
| `os_icon` | your OS logo (apple for macOS, swirl for debian, etc.) |
|
||||||
| `ram` | free RAM |
|
| `package` | `name@version` from [package.json](https://docs.npmjs.com/files/package.json) |
|
||||||
| `swap` | used swap |
|
| `phpenv` | php environment from [phpenv](https://github.com/phpenv/phpenv) |
|
||||||
| `public_ip` | public IP address |
|
| `php_version` | [php](https://www.php.net/) version |
|
||||||
|
| `plenv` | perl environment from [plenv](https://github.com/tokuhirom/plenv) |
|
||||||
|
| `prompt_char` | multi-functional prompt symbol; changes depending on vi mode: `❯`, `❮`, `V`, `▶` for insert, command, visual and replace mode respectively; turns red on error |
|
||||||
| `proxy` | system-wide http/https/ftp proxy |
|
| `proxy` | system-wide http/https/ftp proxy |
|
||||||
|
| `public_ip` | public IP address |
|
||||||
|
| `pyenv` | python environment from [pyenv](https://github.com/pyenv/pyenv) |
|
||||||
|
| `ram` | free RAM |
|
||||||
|
| `ranger` | [ranger](https://github.com/ranger/ranger) shell |
|
||||||
|
| `rbenv` | ruby environment from [rbenv](https://github.com/rbenv/rbenv) |
|
||||||
|
| `rust_version` | [rustc](https://www.rust-lang.org) version |
|
||||||
|
| `rvm` | ruby environment from [rvm](https://rvm.io) |
|
||||||
|
| `status` | exit code of the last command |
|
||||||
|
| `swap` | used swap |
|
||||||
|
| `taskwarrior` | [taskwarrior](https://taskwarrior.org/) task count |
|
||||||
|
| `terraform` | [terraform](https://www.terraform.io) workspace |
|
||||||
|
| `terraform_version` | [terraform](https://www.terraform.io) version |
|
||||||
|
| `time` | current time |
|
||||||
|
| `timewarrior` | [timewarrior](https://timewarrior.net/) tracking status |
|
||||||
|
| `todo` | [todo](https://github.com/todotxt/todo.txt-cli) items |
|
||||||
|
| `toolbox` | [toolbox](https://github.com/containers/toolbox) name |
|
||||||
|
| `vcs` | Git repository status |
|
||||||
|
| `vim_shell` | [vim](https://www.vim.org/) shell (`:sh`) |
|
||||||
|
| `virtualenv` | python environment from [venv](https://docs.python.org/3/library/venv.html) |
|
||||||
|
| `vpn_ip` | virtual private network indicator |
|
||||||
| `wifi` | WiFi speed |
|
| `wifi` | WiFi speed |
|
||||||
| `battery` | internal battery state and charge level (yep, batteries *literally* included) |
|
| `xplr` | [xplr](https://github.com/sayanarijit/xplr) shell |
|
||||||
|
|
||||||
### Extensible
|
### Extensible
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue