10 Commits

Author SHA1 Message Date
Sam Hedin
fe4a51eef4 Debugging 2020-06-04 05:31:37 +02:00
Sam Hedin
6e72386360 Refactoring, add comment 2020-06-04 05:30:28 +02:00
Sam Hedin
de0c252e27 Removing vals not working, strangely 2020-06-04 04:37:02 +02:00
Sam Hedin
c67d93dae1 Delete env vars after leaving directory 2020-06-04 04:02:54 +02:00
Sam Hedin
48e4bb60d0 Parse .nurc file 2020-06-04 02:14:49 +02:00
Sam Hedin
8eaaddca8f Add add_nurc to sync_env command 2020-06-04 01:16:07 +02:00
Sam Hedin
3d15ac076c Working dummy version 2020-06-04 01:13:04 +02:00
Sam Hedin
83795a3e70 Add args in .nurc file to environment 2020-06-04 01:07:39 +02:00
Jonathan Turner
c86cf31aac
some minor improvements and removing dead code (#1563) 2020-04-10 07:48:10 +12:00
Jason Gedge
b2c5af457e
Move most of the root package into a subcrate. (#1445)
This improves incremental build time when working on what was previously
the root package. For example, previously all plugins would be rebuilt
with a change to `src/commands/classified/external.rs`, but now only
`nu-cli` will have to be rebuilt (and anything that depends on it).
2020-03-04 13:58:20 -05:00