config dump

This commit is contained in:
Bloxx12 2025-07-17 00:55:24 +02:00
commit cf8afe544a
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
6 changed files with 355 additions and 357 deletions

2
nushell/source_profile.nu Executable file → Normal file
View 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 {