# Set environment variables for launchd processes.
if[["$OSTYPE"== darwin* ]];then
launchctl setenv PATH "$PATH"&!
for env_var in PATH MANPATH;do
launchctl setenv "$env_var""${(P)env_var}"&!
done
fi
# Load and run the prompt theming system.
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.