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 608a391 commit 1094406Copy full SHA for 1094406
geometry.zsh
@@ -57,7 +57,7 @@ geometry::time() {
57
(( m > 0 )) && human+="${m}m"
58
(( s > 0 )) && human+="${s}s" && : ${color:=${GEOMETRY_TIME_COLOR_SHORT:-green}}
59
60
- ${2:-false} && ansi $color ${(j: :)human} || ansi $color $human[1]
+ ${detailed:-false} && ansi $color ${(j: :)human} || ansi $color $human[1]
61
}
62
63
# Generate a color based on hostname.
0 commit comments