mirror of
https://github.com/srid/nixos-config.git
synced 2026-03-17 21:25:13 +08:00
pwsh: add paths
This commit is contained in:
parent
4f8ff49764
commit
c272e727f7
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue