mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-22 19:41:36 +03:00
More work on new items
parent
16348c9906
commit
4106c0808c
@ -62,18 +62,23 @@ set --universal tide_left_prompt_items context $tide_left_prompt_items
|
||||
| [chruby](#chruby) | ruby version number using chruby |
|
||||
| [cmd_duration](#cmd_duration) | duration of the last run command |
|
||||
| [context](#context) | user@hostname in ssh or root |
|
||||
| [docker](#docker) | docker context |
|
||||
| [git](#git) | git repository status |
|
||||
| [go](#go) | go version |
|
||||
| [java](#java) | java version |
|
||||
| [jobs](#jobs) | presence of background jobs |
|
||||
| [kubectl](#kubectl) | current kubernetes cluster/namespace |
|
||||
| [node](#node) | node version number |
|
||||
| [os](#os) | current operating system |
|
||||
| [php](#php) | php version |
|
||||
| [private_mode](#private_mode) | whether fish is private or not |
|
||||
| [pwd](#pwd) | current directory |
|
||||
| [rustc](#rustc) | rustc version |
|
||||
| [shlvl](#shlvl) | current level of nested shells |
|
||||
| [status](#status) | exit code of the last command |
|
||||
| [terraform](#terraform) | terraform workspace |
|
||||
| [time](#time) | current time |
|
||||
| [toolbox](#toolbox) | whether we are in a toolbox |
|
||||
| [vi_mode](#vi_mode) | vi bind mode display |
|
||||
| [virtual_env](#virtual_env) | python virtual environment |
|
||||
| newline | new line |
|
||||
@ -117,6 +122,14 @@ set --universal tide_left_prompt_items context $tide_left_prompt_items
|
||||
| color_root | color of the context item when the user is root | color |
|
||||
| color_ssh | color of the context item when in SSH | color |
|
||||
|
||||
### docker
|
||||
|
||||
| Variable | Description | Type |
|
||||
| -------- | ------------------------------------------ | ------ |
|
||||
| bg_color | background color of docker item | color |
|
||||
| color | color of docker item | color |
|
||||
| icon | icon to display next to the docker version | string |
|
||||
|
||||
### git
|
||||
|
||||
| Variable | Description | Type |
|
||||
|
Loading…
Reference in New Issue
Block a user