fix: Adds `nix_shell` to `module::ALL_MODULES` (#264)
So that it can be configured in the user's prompt
This commit is contained in:
parent
5f05d9e7af
commit
4eb7beca48
|
@ -17,6 +17,7 @@ pub const ALL_MODULES: &[&str] = &[
|
|||
"jobs",
|
||||
"line_break",
|
||||
"nodejs",
|
||||
"nix_shell",
|
||||
"package",
|
||||
"python",
|
||||
"ruby",
|
||||
|
|
Loading…
Reference in New Issue