summaryrefslogtreecommitdiffstats
path: root/src/module.rs
diff options
context:
space:
mode:
authorNick Young <nick@nickwb.net>2019-08-30 23:39:21 +1000
committerMatan Kushner <hello@matchai.me>2019-08-30 09:39:21 -0400
commit4eb7beca48d78c5eadfb207d1b4acdf58af0101f (patch)
tree9f2988a87b500e10c38b424d5743bacf3bd04023 /src/module.rs
parent5f05d9e7af71cf11d20a156810bf4d5f3538a3e1 (diff)
fix: Adds `nix_shell` to `module::ALL_MODULES` (#264)
So that it can be configured in the user's prompt
Diffstat (limited to 'src/module.rs')
-rw-r--r--src/module.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/module.rs b/src/module.rs
index 55a8199ca..1a6d2f443 100644
--- a/src/module.rs
+++ b/src/module.rs
@@ -17,6 +17,7 @@ pub const ALL_MODULES: &[&str] = &[
"jobs",
"line_break",
"nodejs",
+ "nix_shell",
"package",
"python",
"ruby",