this repo has no description

zsh: update path for zapier utils

seth.computer abe51722 d9422050

verified
+1 -1
+1 -1
zsh/zshenv
··· 61 61 alias aic="aicommits --type conventional" 62 62 63 63 # Load zapier-specific config if on my work machine 64 - ZAPIER_ZSHENV="${HOME}/projects/zapier/zapier/team-staff-engineering/seth/zshenv" 64 + ZAPIER_ZSHENV="${HOME}/projects/zapier/zapier/utils/zshenv" 65 65 if [[ $(hostname) == "asteroid" && -f "${ZAPIER_ZSHENV}" ]]; then 66 66 source "${ZAPIER_ZSHENV}" 67 67 fi