diff --git a/src/shell.rs b/src/shell.rs index 095b192..d195047 100644 --- a/src/shell.rs +++ b/src/shell.rs @@ -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 ); }