mirror of
https://github.com/atuinsh/atuin.git
synced 2025-01-16 03:10:21 +01:00
fix: fish init (#1725)
This commit is contained in:
parent
20f3296468
commit
0d31499a62
@ -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}");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user