[+] Comment

This commit is contained in:
Hykilpikonna
2021-12-22 23:00:33 -05:00
parent 252d68e22a
commit f30ad2a081
+1
View File
@@ -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"