From c272e727f78c0df33b7ec42494ba868c8e57052a Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 17 Apr 2023 08:31:22 -0400 Subject: [PATCH] pwsh: add paths --- home/powershell.nix | 4 ++++ 1 file changed, 4 insertions(+) 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)