PortValhalla/scripts/Windows/Config/Terminal-Icons/Install.ps1

4 lines
191 B
PowerShell
Raw Normal View History

2023-07-27 00:36:31 +00:00
#!/bin/pwsh
2024-08-07 17:08:13 +00:00
. "$PSScriptRoot/../../../Common/Software/PowerShell/profile.ps1";
Add-PowerShellProfileStatement -System -Category "Terminal-Icons" -Statement 'Import-Module "Terminal-Icons";';