summaryrefslogtreecommitdiffstats
path: root/src/module.rs
diff options
context:
space:
mode:
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 e222ef2e0..7a6961beb 100644
--- a/src/module.rs
+++ b/src/module.rs
@@ -144,6 +144,7 @@ impl<'a> Module<'a> {
match shell {
Shell::Bash => ansi_strings_modified(ansi_strings, shell),
Shell::Zsh => ansi_strings_modified(ansi_strings, shell),
+ Shell::Tcsh => ansi_strings_modified(ansi_strings, shell),
_ => ansi_strings,
}
}