diff --git a/windows/Microsoft.PowerShell_profile.ps1 b/windows/Microsoft.PowerShell_profile.ps1 index 29b1b73..1fb83a5 100644 --- a/windows/Microsoft.PowerShell_profile.ps1 +++ b/windows/Microsoft.PowerShell_profile.ps1 @@ -13,7 +13,4 @@ function touch($file) { "" | Out-File $file -Encoding ASCII } -function dot { - param([string[]]$args) - & git --git-dir=$env:USERPROFILE\.dot --work-tree=$env:USERPROFILE $args -} \ No newline at end of file +function dot { & git --git-dir="C:\Users\User/.dot/" --work-tree="C:\Users\User" @args } \ No newline at end of file