We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f5273 commit ba8638bCopy full SHA for ba8638b
fn/czruby
@@ -58,7 +58,7 @@
58
print -Pn -f '%2b%2b%2b %-12s %-11s %s%s\n' -- $rmarker $dmarker $smarker ${ruby_eng} $ruby_ver "${ruby_root}" "%{$reset_color%}"
59
unset rmarker dmarker smarker
60
done
61
- print -Pn -f '\n%b %b %b' "$FG[002]current%{$reset_color%}" "$FG[199]default%{$reset_color%}" "$FG[247]system%{$reset_color%}\n"
+ print -Pn -f '\nkey: %b %b %b' "$FG[002]current%{$reset_color%}" "$FG[199]default%{$reset_color%}" "$FG[247]system%{$reset_color%}\n"
62
unset marked rmarker ruby_root ruby_eng ruby_ver
63
;;
64
--set-default) shift;
0 commit comments