fix: stacks folder path

This commit is contained in:
2026-06-20 02:12:25 +02:00
parent 8134d649d8
commit 1343faf303
+3 -2
View File
@@ -62,6 +62,7 @@ path_extensions=(
"$HOME/.cargo/bin"
"$HOME/go/bin"
"$HOME/scripts"
"$HOME/stacks"
)
# Apply add_to_path to each directory (prepend by default)
@@ -114,8 +115,8 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
# Enable plugins
plugins=(
git pm2 gh sudo ssh ruby rust python node github rsync nvm rbenv pyenv
docker docker-compose qrcode zsh-autosuggestions zsh-syntax-highlighting
git gh sudo ssh ruby rust python node rsync nvm rbenv pyenv
docker docker-compose zsh-autosuggestions zsh-syntax-highlighting
zsh-interactive-cd zsh-navigation-tools
)