mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Whitespace matters
This commit is contained in:
parent
5c63939c0b
commit
93f5c96c15
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ svn_prompt_status() {
|
||||||
}
|
}
|
||||||
|
|
||||||
rvm_prompt_status() {
|
rvm_prompt_status() {
|
||||||
if [ -f "$(which rvm-prompt)"]; then
|
if [ -f "$(which rvm-prompt)" ]; then
|
||||||
if [ "" -ne "$(rvm-prompt i v g)" ]; then
|
if [ "" -ne "$(rvm-prompt i v g)" ]; then
|
||||||
echo "<"$(rvm-prompt i v g)">"
|
echo "<"$(rvm-prompt i v g)">"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue