Skip to content

Commit

Permalink
Update .zshenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Allianaab2m committed Sep 12, 2024
1 parent 0e22b90 commit 165c4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot_zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [[ -d "$HOME/.local/bin" ]]; then
export PATH="$HOME/.local/bin:$PATH"
fi

export PATH="$(aqua root-dir)/bin:$PATH"
export PATH="$HOME/.local/share/aquaproj-aqua/bin:$PATH"
export AQUA_GLOBAL_CONFIG="$HOME/.config/aqua/aqua.yaml"

export EDITOR="nvim"
Expand Down

0 comments on commit 165c4b5

Please sign in to comment.