@ -73,6 +73,7 @@ The segments that are currently available are:
* [aws](#aws) - The current AWS profile, if active.
* [aws](#aws) - The current AWS profile, if active.
* [battery](#battery) - Current battery status.
* [battery](#battery) - Current battery status.
* [context](#context) - Your username and host.
* [context](#context) - Your username and host.
* [custom_command](#custom_command) - A custom command to display the output of.
* [dir](#dir) - Your current working directory.
* [dir](#dir) - Your current working directory.
* **go_version** - Show the current GO version.
* **go_version** - Show the current GO version.
* **history** - The command number for the current line.
* **history** - The command number for the current line.
@ -121,6 +122,59 @@ In addition to the above it supports standard _FOREGROUND value without affectin
Supports both OS X and Linux(time remaining requires the acpi program on Linux)
Supports both OS X and Linux(time remaining requires the acpi program on Linux)
##### custom_command
The `custom_...` segment lets you add a custom command to your prompt, to e.g. display the wifi signal. You choose a name for the segment yourself, (here signal), and then set the appropriate variables, as so (based on the name you chose)
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context time battery dir vcs virtualenv custom_signal)