nushell/crates
ahkrr f0c7c1b500
fix: prompt does not find external commands #3134 (#3189)
the initial setup-commands of nushell were executed without loading environment variables
this resulted in the PATH not being available at this point until an external command was run once
which resulted in env_vars being added
let run_result = run_block(&prompt_block, &context, InputStream::empty()).await;

Co-authored-by: alexhk <alexhk@protonmail.com>
2021-03-23 22:38:07 +13:00
..
nu_plugin_binaryview Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu_plugin_chart Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu_plugin_fetch move from h1-client-rustls to hyper-client (#3154) 2021-03-10 15:45:53 -06:00
nu_plugin_from_bson Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu_plugin_from_sqlite Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu_plugin_inc Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu_plugin_match Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu_plugin_post Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu_plugin_ps Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu_plugin_s3 Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu_plugin_selector Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu_plugin_start Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu_plugin_sys Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu_plugin_textview Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu_plugin_to_bson Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu_plugin_to_sqlite Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu_plugin_tree Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu_plugin_xpath Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu-ansi-term Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu-cli fix: prompt does not find external commands #3134 (#3189) 2021-03-23 22:38:07 +13:00
nu-command support forward slash for directory completion in Windows (#3201) 2021-03-23 16:20:01 +13:00
nu-data Playground infraestructure (tests, etc) additions. (#3179) 2021-03-15 02:26:30 -05:00
nu-engine Playground infraestructure (tests, etc) additions. (#3179) 2021-03-15 02:26:30 -05:00
nu-errors Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu-json Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu-parser fix: unicode byte counting error #3150 (#3159) 2021-03-12 07:11:07 +13:00
nu-plugin Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu-protocol Playground infraestructure (tests, etc) additions. (#3179) 2021-03-15 02:26:30 -05:00
nu-source Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu-stream Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu-table Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00
nu-test-support Playground infraestructure (tests, etc) additions. (#3179) 2021-03-15 02:26:30 -05:00
nu-value-ext Bump to 0.28 (#3149) 2021-03-09 23:40:17 +13:00