mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-27 15:54:58 +08:00
8 lines
261 B
Text
8 lines
261 B
Text
$env.PATH = (
|
|
$env.PATH
|
|
| split row (char esep)
|
|
| prepend $"/etc/profiles/per-user/($env.USER)/bin"
|
|
| prepend $"/Users/($env.USER)/.nix-profile/bin"
|
|
| prepend '/run/current-system/sw/bin/'
|
|
| prepend "/nix/var/nix/profiles/default/bin"
|
|
)
|