aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2017-03-02 13:08:03 -0600
committerBen Beltran <ben@nsovocal.com>2017-03-02 13:08:03 -0600
commiteb573503cd9b45de83e2f8df6b98484b30eba2b8 (patch)
tree8c8624ee7040ce94cfdcdc5388efd126a1d00f2f
parentfeec907b9d58da086e9f92ba99810181e4626b89 (diff)
Remove ruby prompt
-rw-r--r--prompt_ben_setup6
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%} )$ '
}