nushell: add options 'extraConfig' and 'extraEnv'

This commit is contained in:
Philipp Mildenberger 2022-10-23 19:11:21 +02:00 committed by Robert Helgesson
parent e999dfe7cb
commit 4a12f304e0
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
3 changed files with 38 additions and 11 deletions

View file

@ -3,3 +3,4 @@ let $config = {
table_mode: rounded
use_ls_colors: true
}

View file

@ -1 +1,2 @@
let-env FOO = 'BAR'