devblackops / Terminal-Icons

A PowerShell module to show file and folder icons in the terminal
MIT License
2.31k stars 104 forks source link

Treat OneDrive for Business folders like OneDrive #114

Open SvenAelterman opened 11 months ago

SvenAelterman commented 11 months ago

There is an icon for the OneDrive folder, but not for OneDrive for Business folders. Those folders (by default) start with "OneDrive - " and then the organization name.

Expected Behavior

I would like to see the same glyph (maybe a different color) for OneDrive for Business folders too.

Current Behavior

Default folder icon is used for OneDrive for Business folders.

mattcargile commented 4 days ago

My workaround was to create my own icon set. Then I added.

                'onedrive - company name'   = 'nf-mdi-onedrive'

Then for the color file I added.

                'onedrive - company name'          = 'D3D3D3'

It would be nice if wildcards were supported.