From aae2d4b6db1f382740fd9aa7d1e7740220f017f9 Mon Sep 17 00:00:00 2001 From: Luis Mayta Date: Sun, 2 Jun 2024 19:47:29 -0300 Subject: [PATCH] fix: change name multiplatform install (#42) --- pkg/alias.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/alias.zsh b/pkg/alias.zsh index 728ec9e..bf65a59 100644 --- a/pkg/alias.zsh +++ b/pkg/alias.zsh @@ -17,6 +17,6 @@ if core::exists exa; then exa::load fi -function multiplatform::install { +function core::multiplatform::install { core::internal::multiplatform::install } \ No newline at end of file