mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 00:17:24 +08:00
9 lines
228 B
Text
9 lines
228 B
Text
let-env PATH = (
|
|
$env.PATH
|
|
| split row (char esep)
|
|
| prepend $"/etc/profiles/per-user/($env.USER)/bin"
|
|
| prepend '/run/current-system/sw/bin/'
|
|
| prepend '/Applications/Docker.app/Contents/Resources/bin/'
|
|
)
|
|
|
|
|