fix: fish init (#1725)

This commit is contained in:
Ellie Huxtable 2024-02-15 19:29:39 +00:00 committed by GitHub
parent 20f3296468
commit 0d31499a62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ use atuin_config::store::AliasStore;
use eyre::Result;
pub async fn init(store: AliasStore, disable_up_arrow: bool, disable_ctrl_r: bool) -> Result<()> {
let base = include_str!("../../../shell/atuin.zsh");
let base = include_str!("../../../shell/atuin.fish");
println!("{base}");