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