1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-11-25 21:40:08 +00:00

rustup is just wow

This commit is contained in:
romkatv 2020-01-13 17:21:51 +01:00
parent 1cf99b34e5
commit 437b624532

View file

@ -2330,7 +2330,7 @@ prompt_rust_version() {
dir=${dir:h} dir=${dir:h}
done done
fi fi
local rustc=${commands[rustc]:A} toolchain deps=() local rustc=$commands[rustc] toolchain deps=()
if (( $+commands[ldd] )); then if (( $+commands[ldd] )); then
if ! _p9k_cache_stat_get $0_so $rustc; then if ! _p9k_cache_stat_get $0_so $rustc; then
local line match so local line match so
@ -2344,7 +2344,7 @@ prompt_rust_version() {
deps+=$_p9k_cache_val[1] deps+=$_p9k_cache_val[1]
fi fi
if (( $+commands[rustup] )); then if (( $+commands[rustup] )); then
local rustup=${commands[rustup]:A} local rustup=$commands[rustup]
local rustup_home=${RUSTUP_HOME:-~/.rustup} local rustup_home=${RUSTUP_HOME:-~/.rustup}
local cfg=($rustup_home/settings.toml(.N)) local cfg=($rustup_home/settings.toml(.N))
deps+=($cfg $rustup_home/update-hashes/*(.N)) deps+=($cfg $rustup_home/update-hashes/*(.N))