summaryrefslogtreecommitdiffstats
path: root/src/bug_report.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bug_report.rs')
-rw-r--r--src/bug_report.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bug_report.rs b/src/bug_report.rs
index d93fcc80f..943a146f0 100644
--- a/src/bug_report.rs
+++ b/src/bug_report.rs
@@ -205,6 +205,7 @@ fn get_config_path(shell: &str) -> Option<PathBuf> {
}
"zsh" => Some(".zshrc"),
"elvish" => Some(".elvish/rc.elv"),
+ "tcsh" => Some(".tcshrc"),
_ => None,
}
.map(|path| home_dir.join(path))