mirror of https://github.com/bjeanes/dotfiles.git
Add rvm to prompt
parent
00b122f6dd
commit
86795d54af
|
@ -56,6 +56,7 @@ function precmd {
|
|||
local cwd="$pr_blue`prompt_pwd`$pr_reset"
|
||||
local char="%0(?.$pr_green.$pr_red)♪$pr_reset"
|
||||
local time="$pr_grey⌚ %*$pr_reset"
|
||||
local rvm="❖ `rvm-prompt`"
|
||||
|
||||
local user_at_host
|
||||
if [[ "$USER" != "bjeanes" ]]; then
|
||||
|
|
Loading…
Reference in New Issue