aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2019-02-01 19:06:10 +0300
committerGitHub <noreply@github.com>2019-02-01 19:06:10 +0300
commit5c7d1009de08caf7297c099f4ec0cf6d03ae8e6a (patch)
treefc81f9fc287c56cd15b378f27a9538c7024b3a36 /README.md
parentbd340d4a88797e760efb28c1180254e7779c990f (diff)
parentc56cbb800aceb56f3cf56dfb6e32527fec7e4c2e (diff)
Merge pull request #1148 from dritter/remove_nodeenv_disable_prompt
Remove checking for NODEENV_DISABLE_PROMPT
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 33d787bb..c440ef2f 100644
--- a/README.md
+++ b/README.md
@@ -116,7 +116,7 @@ The segments that are currently available are:
* `go_version` - Show the current GO version.
* **Javascript / Node.js Segments:**
* `node_version` - Show the version number of the installed Node.js.
- * `nodeenv` - [nodeenv](https://github.com/ekalinin/nodeenv) prompt for displaying node version and environment name.
+ * [`nodeenv`](#nodeenv) - [nodeenv](https://github.com/ekalinin/nodeenv) prompt for displaying node version and environment name.
* `nvm` - Show the version of Node that is currently active, if it differs from the version used by NVM
* **PHP Segments:**
* `php_version` - Show the current PHP version.
@@ -557,6 +557,12 @@ prompt itself.
This only works on the left side. On the right side it does nothing.
+##### nodeenv
+
+Shows the currently used [nodeenv](https://github.com/ekalinin/nodeenv). To avoid
+Nodeenvs activate command from interfering with Powerlevel9k, you should set
+`NODE_VIRTUAL_ENV_DISABLE_PROMPT=1` in your `~/.zshrc`.
+
##### rbenv
This segment shows the version of Ruby being used when using `rbenv` to change your current Ruby stack.