Skip to content

Commit ba8638b

Browse files
committed
docs: tell the user it's the key.
1 parent c0f5273 commit ba8638b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fn/czruby

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
print -Pn -f '%2b%2b%2b %-12s %-11s %s%s\n' -- $rmarker $dmarker $smarker ${ruby_eng} $ruby_ver "${ruby_root}" "%{$reset_color%}"
5959
unset rmarker dmarker smarker
6060
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"
61+
print -Pn -f '\nkey: %b %b %b' "$FG[002]current%{$reset_color%}" "$FG[199]default%{$reset_color%}" "$FG[247]system%{$reset_color%}\n"
6262
unset marked rmarker ruby_root ruby_eng ruby_ver
6363
;;
6464
--set-default) shift;

0 commit comments

Comments
 (0)