config dump
This commit is contained in:
parent
655dfe3d48
commit
cf8afe544a
6 changed files with 355 additions and 357 deletions
2
nushell/source_profile.nu
Executable file → Normal file
2
nushell/source_profile.nu
Executable file → Normal file
|
@ -13,7 +13,7 @@ if not ($env_vars_file | path exists) {
|
|||
| lines
|
||||
| parse 'export {name}="{value}"'
|
||||
| transpose --header-row --as-record
|
||||
| tee {load-env $in}
|
||||
| tee { load-env $in }
|
||||
| to nuon
|
||||
| save --force $env_vars_file
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue