From c36bff6e2e21132f518265a35c65330ae9364605 Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 30 May 2024 04:24:59 +0200 Subject: Testing --- .config/powershell/bootstrap.ps1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.config/powershell/bootstrap.ps1') diff --git a/.config/powershell/bootstrap.ps1 b/.config/powershell/bootstrap.ps1 index bb572b4..abc0814 100644 --- a/.config/powershell/bootstrap.ps1 +++ b/.config/powershell/bootstrap.ps1 @@ -318,11 +318,10 @@ Add-Content -Path "$HOME\.gitignore" -Value ".config/powershell/bootstrap.ps1" #if (!(Test-Path -Path $PROFILE)) { # New-Item -Type File -Path $PROFILE -Force #} -Add-Content -Path $PROFILE -Value "`nfunction config { git --git-dir=`$env:USERPROFILE/.cfg/ --work-tree=`$env:USERPROFILE @args }" -Add-Content -Path $PROFILE -Value "`n. $PROFILE" +#Add-Content -Path $PROFILE -Value "`nfunction config { git --git-dir=`$env:USERPROFILE/.cfg/ --work-tree=`$env:USERPROFILE @args }" +#Add-Content -Path $PROFILE -Value "`n. $PROFILE" # Source the profile immediately to make the alias available -#. $PROFILE #echo '. "$HOME\Documents\PowerShell\Microsoft.PowerShell_profile.ps1"' >> $PROFILE -- cgit v1.2.3