tangled
alpha
login
or
join now
seth.computer
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
zsh: update path for zapier utils
seth.computer
1 month ago
abe51722
d9422050
verified
This commit was signed with the committer's
known signature
.
seth.computer
SSH Key Fingerprint:
SHA256:utUtG8j2hgvZ0Rnm/rPJiqFu4NT5bjOnC26AUIBh500=
+1
-1
1 changed file
expand all
collapse all
unified
split
zsh
zshenv
+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
64
-
ZAPIER_ZSHENV="${HOME}/projects/zapier/zapier/team-staff-engineering/seth/zshenv"
64
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