We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c4b87 commit 74ea867Copy full SHA for 74ea867
src/rootfs/etc/skel/.zshrc
@@ -18,7 +18,7 @@ if [ -d "$INCLUDE_DIR" ]; then
18
done
19
fi
20
21
-export PATH="${HOME}/bin:${PATH}"
+export PATH="${HOME}/bin:${HOME}/.config/composer/vendor/bin:${PATH}"
22
23
eval "$(starship init zsh)"
24
eval "$(atuin init zsh)"
0 commit comments