@@ -117,6 +117,14 @@ if [[ -z "${SSH_CONNECTION}" ]]; then
fi
# }}}
# pnpm
exportPNPM_HOME="/home/h/.local/share/pnpm"
case":$PATH:" in
*":$PNPM_HOME:"*);;
*)exportPATH="$PNPM_HOME:$PATH";;
esac
# pnpm end
# Codi
# Usage: codi [filetype] [filename]
codi(){
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.