diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-05-30 04:24:59 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-05-30 04:24:59 +0200 |
| commit | c36bff6e2e21132f518265a35c65330ae9364605 (patch) | |
| tree | 684f4bc92f85b320635f2eba19b3855119002c12 /.config | |
| parent | fa67c7c6463a970660bd94d6d0af88c94d3ede23 (diff) | |
| download | dotfiles-c36bff6e2e21132f518265a35c65330ae9364605.tar.gz dotfiles-c36bff6e2e21132f518265a35c65330ae9364605.zip | |
Testing
Diffstat (limited to '.config')
| -rw-r--r-- | .config/powershell/bootstrap.ps1 | 5 |
1 files changed, 2 insertions, 3 deletions
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 |
