@@ -46,6 +46,10 @@ if [ -d "$HOME/scripts" ]; then
exportPATH="$HOME/scripts:$PATH"
fi
if[ -d "$HOME/stacks"];then
exportPATH="$HOME/stacks:$PATH"
fi
if[ -n "$BASH_VERSION"];then
# include .bashrc if it exists
if[ -f "$HOME/.bashrc"];then
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.