mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
fix: revert bash & zsh init
This commit is contained in:
parent
8c911fb09a
commit
91f9969fc5
1 changed files with 1 additions and 3 deletions
|
|
@ -544,9 +544,7 @@ def --env {} [] {{
|
||||||
"bash" | "zsh" => {
|
"bash" | "zsh" => {
|
||||||
initialize = format!(
|
initialize = format!(
|
||||||
r#"
|
r#"
|
||||||
{} () {{
|
alias {}='{}'
|
||||||
{}
|
|
||||||
}}
|
|
||||||
"#,
|
"#,
|
||||||
alias, initialize
|
alias, initialize
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue