You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ This theme is based loosely on [agnoster][agnoster].
47
47
* Current RVM, rbenv or chruby (Ruby) version
48
48
* Current virtualenv (Python) version
49
49
*_If you use virtualenv, you will probably need to disable the default virtualenv prompt, since it doesn't play nice with fish: `set -x VIRTUAL_ENV_DISABLE_PROMPT 1`_
50
+
* Current NVM version (Nodejs) (inactive by default; see configurations in the next paragraph)
50
51
* Abbreviated parent directory
51
52
* Current directory, or Git or Mercurial project name
52
53
* Current project's repo branch (<imgwidth="16"alt="branch-glyph"src="https://cloud.githubusercontent.com/assets/53660/8768360/53ee9b58-2e32-11e5-9977-cee0063936fa.png"> master) or detached head (`➦` d0dfd9b)
@@ -81,6 +82,7 @@ set -g theme_display_k8s_context yes
81
82
set -g theme_display_hg yes
82
83
set -g theme_display_virtualenv no
83
84
set -g theme_display_ruby no
85
+
set -g theme_display_nvm yes
84
86
set -g theme_display_user ssh
85
87
set -g theme_display_hostname ssh
86
88
set -g theme_display_vi no
@@ -113,6 +115,7 @@ set -g theme_newline_prompt '$ '
113
115
**Prompt options**
114
116
115
117
-`theme_display_ruby`. Use `no` to completely hide all information about Ruby version. By default Ruby version displayed if there is the difference from default settings.
118
+
-`theme_display_nvm`. If set to `yes`, will display current NVM node version.
116
119
-`theme_display_vagrant`. This feature is disabled by default, use `yes` to display Vagrant status in your prompt. Please note that only the VirtualBox and VMWare providers are supported.
117
120
-`theme_display_vi`. By default the vi mode indicator will be shown if vi or hybrid key bindings are enabled. Use `no` to hide the indicator, or `yes` to show the indicator.
118
121
-`theme_display_k8s_context`. This feature is disabled by default. Use `yes` to show the current kubernetes context (`> kubectl config current-context`).
0 commit comments