pwsh: add paths

This commit is contained in:
Sridhar Ratnakumar 2023-04-17 08:31:22 -04:00
parent 4f8ff49764
commit c272e727f7

View file

@ -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)