fix: revert bash & zsh init

This commit is contained in:
iff 2025-01-18 11:15:20 +01:00
parent 8c911fb09a
commit 91f9969fc5

View file

@ -544,9 +544,7 @@ def --env {} [] {{
"bash" | "zsh" => { "bash" | "zsh" => {
initialize = format!( initialize = format!(
r#" r#"
{} () {{ alias {}='{}'
{}
}}
"#, "#,
alias, initialize alias, initialize
); );