mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-05-01 00:40:38 +02:00
Merge edb377c176 into 604f19a9ea
This commit is contained in:
commit
b72c5b31af
1 changed files with 1 additions and 1 deletions
|
|
@ -2677,7 +2677,7 @@ _p9k_prompt_nodenv_init() {
|
||||||
|
|
||||||
prompt_dotnet_version() {
|
prompt_dotnet_version() {
|
||||||
if (( _POWERLEVEL9K_DOTNET_VERSION_PROJECT_ONLY )); then
|
if (( _POWERLEVEL9K_DOTNET_VERSION_PROJECT_ONLY )); then
|
||||||
_p9k_upglob 'project.json|global.json|packet.dependencies|*.csproj|*.fsproj|*.xproj|*.sln' -. && return
|
_p9k_upglob 'project.json|global.json|packet.dependencies|*.csproj|*.fsproj|*.xproj|*.sln|*.slnx' -. && return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
local cfg
|
local cfg
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue