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:
Nick Young 2019-08-30 23:39:21 +10:00 committed by Matan Kushner
parent 5f05d9e7af
commit 4eb7beca48

View File

@ -17,6 +17,7 @@ pub const ALL_MODULES: &[&str] = &[
"jobs", "jobs",
"line_break", "line_break",
"nodejs", "nodejs",
"nix_shell",
"package", "package",
"python", "python",
"ruby", "ruby",