summaryrefslogtreecommitdiffstats
path: root/src/modules/shell.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/shell.rs')
-rw-r--r--src/modules/shell.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/shell.rs b/src/modules/shell.rs
index fe90b2e89..fc51b52f7 100644
--- a/src/modules/shell.rs
+++ b/src/modules/shell.rs
@@ -23,6 +23,7 @@ pub fn module<'a>(context: &'a Context) -> Option<Module<'a>> {
Shell::PowerShell => Some(config.powershell_indicator),
Shell::Ion => Some(config.ion_indicator),
Shell::Elvish => Some(config.elvish_indicator),
+ Shell::Tcsh => Some(config.tcsh_indicator),
Shell::Unknown => None,
},
_ => None,