chore: add ~/stacks to PATH
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user