3 references to IsZshTheUsersShell
dotnet (1)
ShellShim\EnvironmentPathFactory.cs (1)
63
if (OperatingSystem.IsMacOS() && ZshDetector.
IsZshTheUsersShell
(environmentProvider))
dotnet.Tests (2)
ShellShimTests\ZshDetectorTests.cs (2)
25
ZshDetector.
IsZshTheUsersShell
(provider.Object).Should().BeTrue();
40
ZshDetector.
IsZshTheUsersShell
(provider.Object).Should().BeFalse();