chore: add ~/stacks to PATH

This commit is contained in:
2026-06-16 19:20:04 +02:00
parent 3ebbf5b1a2
commit a55a8a983f
+4
View File
@@ -46,6 +46,10 @@ if [ -d "$HOME/scripts" ]; then
export PATH="$HOME/scripts:$PATH" export PATH="$HOME/scripts:$PATH"
fi fi
if [ -d "$HOME/stacks" ]; then
export PATH="$HOME/stacks:$PATH"
fi
if [ -n "$BASH_VERSION" ]; then if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists # include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then if [ -f "$HOME/.bashrc" ]; then