mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-06-12 01:16:40 +02:00
Merge edb377c176 into a0c9dbe80b
This commit is contained in:
commit
e2ddca84ed
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