Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Commit ccdfe6e

Browse files
hugo-vrijswijkJanJoris
authored andcommitted
Fix mistake of non-exported method
1 parent 2bd1654 commit ccdfe6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

oh-my-posh.psd1

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ FunctionsToExport = @('Show-Colors',
6060
'Pop-CursorPosition',
6161
'Set-CursorUp',
6262
'Test-VirtualEnv',
63-
'Get-VirtualEnvName')
63+
'Get-VirtualEnvName',
64+
'Test-NotDefaultUser')
6465

6566
# Private data to pass to the module specified in RootModule. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
6667
PrivateData = @{

0 commit comments

Comments
 (0)