mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
style: improved readability for fish init
This commit is contained in:
parent
683fdad837
commit
05d3852287
1 changed files with 5 additions and 1 deletions
|
|
@ -173,7 +173,11 @@ pub fn initialization(shell: &str, binary_path: &str, auto_alias: &str) {
|
|||
}
|
||||
"fish" => {
|
||||
init = format!(
|
||||
r#"function {} -d "Terminal command correction"; {}; end"#,
|
||||
r#"
|
||||
function {} -d "Terminal command correction"
|
||||
{}
|
||||
end
|
||||
"#,
|
||||
auto_alias, init
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue