mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Revert "merge"
This reverts commit5e8734bfd6, reversing changes made to7a41498b0d.
This commit is contained in:
parent
5e8734bfd6
commit
8b572a010d
26 changed files with 74 additions and 1300 deletions
7
lib/rvm.zsh
Normal file
7
lib/rvm.zsh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# get the name of the branch we are on
|
||||
function rvm_prompt_info() {
|
||||
ruby_version=$(~/.rvm/bin/rvm-prompt 2> /dev/null) || return
|
||||
echo "($ruby_version)"
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue