We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d26af commit f32a185Copy full SHA for f32a185
Terminal-Icons/Terminal-Icons.psd1
@@ -10,19 +10,7 @@
10
# PowerShellHostName = ''
11
# PowerShellHostVersion = ''
12
RequiredModules = @()
13
- FunctionsToExport = @(
14
- 'Add-TerminalIconsColorTheme'
15
- 'Add-TerminalIconsIconTheme'
16
- 'Format-TerminalIcons'
17
- 'Get-TerminalIconsColorTheme'
18
- 'Get-TerminalIconsGlyphs'
19
- 'Get-TerminalIconsIconTheme'
20
- 'Get-TerminalIconsTheme'
21
- 'Set-TerminalIconsColorTheme'
22
- 'Set-TerminalIconsIcon'
23
- 'Set-TerminalIconsIconTheme'
24
- 'Show-TerminalIconsTheme'
25
- )
+ FunctionsToExport = @()
26
CmdletsToExport = @()
27
VariablesToExport = @()
28
AliasesToExport = @()
0 commit comments