4 lines
188 B
PowerShell
4 lines
188 B
PowerShell
#!/bin/pwsh
|
|
. "$PSScriptRoot/../../../Common/Software/PowerShell/Profile.ps1";
|
|
Add-PowerShellProfileStatement -System -Category "Terminal-Icons" -Script 'Import-Module "Terminal-Icons";';
|