# Consider moving these to a script in .rc.d if they don't need to be before the other scripts in there.
# Source all scripts in ~/.rc.d
for f in ~/.rc.d/*.sh;do
source"$f"
done
# Activate ZSH autocompletion.
autoload -Uz compinit
compinit
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.