mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
fix: evaluation alias
This commit is contained in:
parent
cb38df3c37
commit
1d78b20404
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ pub fn initialization(shell: &str, binary_path: &str, auto_alias: &str) {
|
|||
|
||||
match shell {
|
||||
"bash" | "zsh" => {
|
||||
init = format!(r#"alias {}=eval '$({})'"#, auto_alias, init);
|
||||
init = format!(r#"alias {}='{}'"#, auto_alias, init);
|
||||
}
|
||||
"fish" => {
|
||||
init = format!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue