From 33bcfd70be484d00702d5ea4897944bf6db424c9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 13 Jan 2025 19:34:26 +0000 Subject: [PATCH] feat(zshenv): add support for using aqua --- zshenv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshenv b/zshenv index 2f4ce4e..bd79378 100644 --- a/zshenv +++ b/zshenv @@ -298,6 +298,9 @@ export MISE_LIST_ALL_VERSIONS=1 path_prepend "$HOME/.local/share/mise/bin" path_prepend "$HOME/.local/share/mise/shims" +# aqua setup +path_prepend "$HOME/.local/share/aquaproj-aqua/bin" + # orbstack setup source-if-exists "$HOME/.orbstack/shell/init.zsh" path_prepend "$HOME/.orbstack/bin"