summaryrefslogtreecommitdiffstats
path: root/src/module.rs
diff options
context:
space:
mode:
authorMikoĊ‚aj Rosowski <49301780+rosowskimik@users.noreply.github.com>2021-02-20 14:40:49 +0000
committerGitHub <noreply@github.com>2021-02-20 15:40:49 +0100
commit37d3425d219fef5e9de60ef29295f1bb7b57e94b (patch)
tree4a6b0902ab5de74c75d2403b2b4ecb1f0075fb33 /src/module.rs
parentd52edaa66147c9ab1c582ce18fffd53cbceb058f (diff)
feat: create shell module (#2329)
* Add the shell module This module allows to quickly identify which shell is currently used, in case someone frequently switches between them. * Updated documentation with shell module. Co-authored-by: mro <mro@fedorabox.localdomain>
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 431a37907..e222ef2e0 100644
--- a/src/module.rs
+++ b/src/module.rs
@@ -56,6 +56,7 @@ pub const ALL_MODULES: &[&str] = &[
"php",
"swift",
"terraform",
+ "shell",
"shlvl",
"singularity",
"status",