mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-25 09:32:30 +08:00
nushell: use vi mode
This commit is contained in:
parent
5521eb2e64
commit
2eab1a8f21
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@
|
|||
envFile.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/')
|
||||
'';
|
||||
configFile.text = ''
|
||||
let-env config = {
|
||||
edit_mode: vi
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
common-linux = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue