From f30ad2a08177e820200190cbcc56e2ac247bbb64 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 22 Dec 2021 23:00:33 -0500 Subject: [PATCH] [+] Comment --- powershell.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/powershell.ps1 b/powershell.ps1 index ca52465..153766e 100644 --- a/powershell.ps1 +++ b/powershell.ps1 @@ -8,6 +8,7 @@ function ln-s ($target, $link) { New-Item -Path $link -ItemType SymbolicLink -Value $target } +# First time setup function setup-powershell-profile { $docs = [Environment]::GetFolderPath("MyDocuments") ln-s "~\zshrc\powershell.ps1" "$docs\WindowsPowerShell\Microsoft.PowerShell_profile.ps1"