From 9f81dc609012f78d7407ae7615d43d6b1844e3aa Mon Sep 17 00:00:00 2001 From: Paul Broadwith Date: Tue, 28 Jan 2020 17:37:24 +0000 Subject: [PATCH] (GH-399) Rename function and add alias --- ...-TaskbarOptions.ps1 => Set-BoxstarterTaskbarOptions.ps1} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename Boxstarter.WinConfig/{Set-TaskbarOptions.ps1 => Set-BoxstarterTaskbarOptions.ps1} (94%) diff --git a/Boxstarter.WinConfig/Set-TaskbarOptions.ps1 b/Boxstarter.WinConfig/Set-BoxstarterTaskbarOptions.ps1 similarity index 94% rename from Boxstarter.WinConfig/Set-TaskbarOptions.ps1 rename to Boxstarter.WinConfig/Set-BoxstarterTaskbarOptions.ps1 index dd998dce..19319b33 100644 --- a/Boxstarter.WinConfig/Set-TaskbarOptions.ps1 +++ b/Boxstarter.WinConfig/Set-BoxstarterTaskbarOptions.ps1 @@ -1,4 +1,4 @@ -function Set-TaskbarOptions { +function Set-BoxstarterTaskbarOptions { <# .SYNOPSIS Sets options for the Windows Task Bar. @@ -237,4 +237,6 @@ multi-monitor support and always combine icons on non-primary monitors. } Restart-Explorer -} \ No newline at end of file +} + +New-Alias -Name Set-TaskbarOptions -Value Set-BoxstarterTaskbarOptions \ No newline at end of file