diff --git a/src/shell/zsh.rs b/src/shell/zsh.rs index c5ff82b486..df4d62070d 100644 --- a/src/shell/zsh.rs +++ b/src/shell/zsh.rs @@ -107,7 +107,7 @@ impl Shell for Zsh { impl Display for Zsh { fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { - write!(f, "Zsh") + write!(f, "zsh") } }