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