diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-02-15 16:52:23 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-02-15 16:52:23 +0300 |
commit | a7ef4a7403ccd75c6d195b11955cec23fe036e0e (patch) | |
tree | 7707f2678d97f9b86a340e1850871ffc81376155 /README.md | |
parent | 0e04538c38145362f3bd81408b51286dce8ddf03 (diff) |
add php prompt segments to docs: phpenv, php_version, laravel_version
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -279,10 +279,13 @@ enable as many segments as you like. It won't slow down your prompt or Zsh start | `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) | | `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 | | `kubecontext` | current [kubernetes](https://kubernetes.io/) context | | `terraform` | [terraform](https://www.terraform.io) workspace | | `aws` | [aws profile](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) | |