diff --git a/home/powershell.nix b/home/powershell.nix index 8f0e420..f0f1967 100644 --- a/home/powershell.nix +++ b/home/powershell.nix @@ -9,6 +9,10 @@ ]; home.file.".config/powershell/Microsoft.PowerShell_profile.ps1".text = '' + $Env:PATH += ":/etc/profiles/per-user/''${Env:USER}/bin" + $Env:PATH += ":/run/current-system/sw/bin/" + $Env:PATH += ":/Applications/Docker.app/Contents/Resources/bin/" + # starship Invoke-Expression (&starship init powershell)