Skip to content

Commit cb4ab82

Browse files
committed
update commands in readme
1 parent 22b3d0f commit cb4ab82

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,18 @@ Get-ChildItem | Format-Wide
4747

4848
## Commands
4949

50-
| Command | Description |
50+
| Command | Description
5151
|---------|-------------|
5252
Add-TerminalIconsColorTheme | Add a Terminal-Icons color theme for the current user.
5353
Add-TerminalIconsIconTheme | Add a Terminal-Icons icon theme for the current user.
5454
Format-TerminalIcons | Prepend a custom icon (with color) to the provided file or folder object when displayed.
5555
Get-TerminalIconsColorTheme | List the available color themes.
5656
Get-TerminalIconsIconTheme | List the available icon themes.
5757
Get-TerminalIconsTheme | Get the currently applied color and icon theme.
58-
Set-TerminalIconsColorTheme | Set the Terminal-Icons color theme.
59-
Set-TerminalIconsIconTheme | Set the Terminal-Icons icon theme.
58+
Remove-TerminalIconsTheme | Removes a given icon or color theme.
59+
Set-TerminalIconsColorTheme | **DEPRECATED** Set the Terminal-Icons color theme.
60+
Set-TerminalIconsIconTheme | **DEPRECATED** Set the Terminal-Icons icon theme.
61+
Set-TerminalIconsTheme | Set the Terminal-Icons icon and/or color theme.
6062
Show-TerminalIconsTheme | List example directories and files to show the currently applied color and icon themes.
6163

6264
## Screenshots

0 commit comments

Comments
 (0)