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 28a9bb720..5a2ed061c 100644
--- a/src/bug_report.rs
+++ b/src/bug_report.rs
@@ -212,6 +212,7 @@ fn get_config_path(shell: &str) -> Option<PathBuf> {
"zsh" => Some(".zshrc"),
"elvish" => Some(".elvish/rc.elv"),
"tcsh" => Some(".tcshrc"),
+ "xonsh" => Some(".xonshrc"),
_ => None,
}
.map(|path| home_dir.join(path))