mirror of
https://github.com/atuinsh/atuin.git
synced 2025-06-20 09:58:00 +02: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;
|
use eyre::Result;
|
||||||
|
|
||||||
pub async fn init(store: AliasStore, disable_up_arrow: bool, disable_ctrl_r: bool) -> 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}");
|
println!("{base}");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user