#!/usr/bin/awk BEGIN{print "Error: this script should be sourced!"; exit 1}
if[[ ! -v ZSH_CUSTOM ]];then
$ZSH_CUSTOM=$HOME
fi
ZSH_CUSTOM="$HOME/zsh"
source$ZSH_CUSTOM/aliases.zsh
source$ZSH_CUSTOM/options.zsh
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.