diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-03-02 23:10:51 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-03-02 23:10:51 -0600 |
| commit | 35ab4aab6926fb6cd2b44eda8bc14c72a8759b75 (patch) | |
| tree | 0c08edd4f9b6a0bc9bb2780b8a496ed8c69e20a4 /prompt_ben_setup | |
| parent | 0b4318740e55d6977d98872eff6bebfe948bf46f (diff) | |
| parent | 28cc50d9af1fd1314afde30169dc22bba5934380 (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'prompt_ben_setup')
| -rw-r--r-- | prompt_ben_setup | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/prompt_ben_setup b/prompt_ben_setup index 3c16c78..63706cf 100644 --- a/prompt_ben_setup +++ b/prompt_ben_setup @@ -2,10 +2,6 @@ function prompt_ben_precmd { git-info } -function rvm_info { - echo '('`rvm-prompt v p g`')' -} - function virtualenv_info { if [[ -z "$VIRTUAL_ENV" ]]; then venv="default" @@ -51,7 +47,7 @@ function prompt_ben_setup { # Define prompts. PROMPT=' -%{%F{red}%}%n%{%f%}@%{%F{yellow}%}$(box_name)%{%f%} %{%B%F{green}%}${PWD/#$HOME/~}%{%f%b%}${git_info[prompt]} %{%F{black}%}$(rvm_info)$(virtualenv_info)%{%f%} +%{%F{red}%}%n%{%f%}@%{%F{yellow}%}$(box_name)%{%f%} %{%B%F{green}%}${PWD/#$HOME/~}%{%f%b%}${git_info[prompt]} %{%F{black}%}$(virtualenv_info)%{%f%} %(?,,%{${%B%F{white}%}[%?]%{%f%b%} )$ ' } |