Skip to content

Commit

Permalink
Port before_v0.60/config_management before_v0.60/language `before…
Browse files Browse the repository at this point in the history
…_v0.60/prompt` `before_v0.60/tests` (nushell#851)

This PR is part of porting all old scripts nushell#221 and includes a set of
modules:

- `config_management`
- `language`
- `tests`
- `prompt`

## 12 files changed

### `config_management`
This module was removed, because it was related to the old `config.toml`
format
1. `README.md`: removed
2. `config.toml`: removed
3. `startup.nu`: removed

### `language`
4. `playground.nu` : unchanged because this is just `source ...`
5. `std.nu` : unchanged because this is just `source ...`
6. `playground/lib.nu` -> `playground/mod.nu` and all commands have been
exported
7. `std/date.nu` + `export` keyword

### `tests`
This module contained only the usage of `language` module, so I merged
it with `language`
8. `tests/language/std/date.nu` -> `modules/language/tests/date.nu`
9. `main.nu`: removed because it was just `source date.nu`

### `prompt`
10. `git_status_prompt.nu` -> `modules/git_status_prompt.nu` + `export`
keyword
11. `left_and_right_prompt.nu` -> `modules/left_and_right_prompt.nu` +
`export` keyword
12. `README.md` : has been removed as a duplicate of
`modules/prompt/README.md`
  • Loading branch information
39555 committed May 26, 2024
1 parent e8df70a commit 9d399d8
Show file tree
Hide file tree
Showing 16 changed files with 273 additions and 336 deletions.
33 changes: 0 additions & 33 deletions before_v0.60/config_management/separate_startup/README.md

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions before_v0.60/config_management/separate_startup/startup.nu

This file was deleted.

55 changes: 0 additions & 55 deletions before_v0.60/language/playground/lib.nu

This file was deleted.

5 changes: 0 additions & 5 deletions before_v0.60/prompt/README.md

This file was deleted.

94 changes: 0 additions & 94 deletions before_v0.60/prompt/git_status_prompt.nu

This file was deleted.

98 changes: 0 additions & 98 deletions before_v0.60/prompt/left_and_right_prompt.nu

This file was deleted.

38 changes: 0 additions & 38 deletions before_v0.60/tests/language/std/date.nu

This file was deleted.

2 changes: 0 additions & 2 deletions before_v0.60/tests/main.nu

This file was deleted.

File renamed without changes.
Loading

0 comments on commit 9d399d8

Please sign in to comment.