Merge pull request #247 from orhanbalci/next

rust icon added to rust segment
This commit is contained in:
Ben Hilburn 2016-04-19 15:23:43 -04:00
commit 511bbcf124
3 changed files with 5 additions and 2 deletions

View file

@ -691,7 +691,7 @@ prompt_rust_version() {
rust_version=$(rustc --version 2>&1 | grep -oe "^rustc\s*[^ ]*" | grep -o '[0-9.a-z\\\-]*$')
if [[ -n "$rust_version" ]]; then
"$1_prompt_segment" "$0" "$2" "208" "$DEFAULT_COLOR" "Rust $rust_version"
"$1_prompt_segment" "$0" "$2" "208" "$DEFAULT_COLOR" "Rust $rust_version" 'RUST_ICON'
fi
}
# RSpec test ratio