feat(zshenv): add support for using aqua

This commit is contained in:
2025-01-13 19:34:26 +00:00
parent 00d6815373
commit 33bcfd70be

3
zshenv
View File

@@ -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"