summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDavid Feinberg <david@rawberg.com>2014-12-14 18:28:06 -0800
committerDavid Feinberg <david@rawberg.com>2014-12-14 18:28:06 -0800
commit02d647773a4331a5464918a0cebe35cf0bd614ed (patch)
tree3251b8d51ad875b9dc69b1ba08c57ea2e8df7846 /themes
parent77da20997e8dd753193768d46fe27175a21f23cb (diff)
downloadzsh-02d647773a4331a5464918a0cebe35cf0bd614ed.tar.gz
zsh-02d647773a4331a5464918a0cebe35cf0bd614ed.tar.bz2
zsh-02d647773a4331a5464918a0cebe35cf0bd614ed.zip
added node- before node version for consistency
Diffstat (limited to 'themes')
-rw-r--r--themes/mira.zsh-theme4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/mira.zsh-theme b/themes/mira.zsh-theme
index fa2bf42f3..e6c952998 100644
--- a/themes/mira.zsh-theme
+++ b/themes/mira.zsh-theme
@@ -14,7 +14,7 @@ else
fi
local nvm_node=''
-nvm_node='%{$fg[green]%}‹$(nvm_prompt_info)›%{$reset_color%}'
+nvm_node='%{$fg[green]%}‹node-$(nvm_prompt_info)›%{$reset_color%}'
local jenv_java=''
jenv_java='%{$fg[blue]%}‹$(jenv_prompt_info)›%{$reset_color%}'
@@ -26,4 +26,4 @@ PROMPT="╭─${user_host} ${current_dir} ${nvm_node} ${rvm_ruby} ${jenv_java} $
RPS1="${return_code}"
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}("
-ZSH_THEME_GIT_PROMPT_SUFFIX=") %{$reset_color%}" \ No newline at end of file
+ZSH_THEME_GIT_PROMPT_SUFFIX=") %{$reset_color%}"