@@ -181,6 +181,10 @@ if [[ -x "$(command -v thefuck)" ]]; then
eval$(thefuck --alias)
fi
# Starship prompt
if[[ -x "$(command -v starship)"]];then
eval"$(starship init bash)"
fi
# add local changes to your bash environment in ~/.bash_local
if[ -f ~/.bash_local ];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.