1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 10:51:41 +00:00

Rename ruby-info zstyle patterns

This commit is contained in:
Sorin Ionescu
2012-10-01 22:00:12 -04:00
parent 141a1ba947
commit 8ea0e42b7f
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ fi
# Format version.
if [[ -n "$version" ]]; then
zstyle -s ':prezto:module:ruby' version 'version_format'
zstyle -s ':prezto:module:ruby:info:version' format 'version_format'
zformat -f version_formatted "$version_format" "v:$version"
ruby_info[version]="$version_formatted"
fi