if ! [["$PATH"=~ $HOME/.local/bin:$HOME/bin: ]];then
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
fi
if ! [["$PATH"=~ /usr/local/go/bin ]];then
PATH="/usr/local/go/bin:$PATH"
fi
# User specific aliases and functions
if[ -d ~/.bashrc.d ];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.