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

Commit 4aeb329

Browse files
authored
Merge pull request #42 from vladimir-poleh/master
2 parents 642a729 + 9d89c2b commit 4aeb329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oh-my-posh.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ VariablesToExport = @()
4545
AliasesToExport = '*'
4646

4747
# Functions to export from this module
48-
FunctionsToExport = @('Show-Colors', 'Show-ThemeColors', 'Set-Theme', 'Get-VCSStatus', 'Get-VcsInfo', 'Get-Drive', 'Get-ShortPath', 'Get-FullPath', 'Set-CursorForRightBlockWrite', 'Save-CursorPosition', 'Pop-CursorPosition', 'Set-CursorUp', 'Test-VirtualEnv')
48+
FunctionsToExport = @('Show-Colors', 'Show-ThemeColors', 'Set-Theme', 'Get-VCSStatus', 'Get-VcsInfo', 'Get-Drive', 'Get-ShortPath', 'Get-FullPath', 'Set-CursorForRightBlockWrite', 'Save-CursorPosition', 'Pop-CursorPosition', 'Set-CursorUp', 'Test-VirtualEnv', 'Get-VirtualEnvName')
4949

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

0 commit comments

Comments
 (0)