mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
Upgrade nushell config
This commit is contained in:
parent
e27bf824cc
commit
182d876316
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
let-env config = {
|
||||
$env.config = {
|
||||
edit_mode: vi
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
let-env PATH = (
|
||||
$env.PATH = (
|
||||
$env.PATH
|
||||
| split row (char esep)
|
||||
| prepend $"/etc/profiles/per-user/($env.USER)/bin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue