mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 20:13:05 +03:00
Don't print rust version if there are rust files
This commit is contained in:
parent
7b61e865c7
commit
75e66b74b9
@ -1,5 +1,5 @@
|
|||||||
function _tide_item_rust
|
function _tide_item_rust
|
||||||
if test -e Cargo.toml -o (count *.rs) -gt 0
|
if test -e Cargo.toml
|
||||||
set_color $tide_rust_color
|
set_color $tide_rust_color
|
||||||
|
|
||||||
if test "$tide_rust_verbose_version" = false
|
if test "$tide_rust_verbose_version" = false
|
||||||
|
Loading…
Reference in New Issue
Block a user