this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

code -> projects

+3 -6
+2 -2
git/gitconfig
··· 40 40 defaultBranch = main 41 41 [branch] 42 42 autosetuprebase = always 43 - [includeIf "gitdir:/Users/sethetter/code/zapier/**"] 44 - path = ~/code/zapier/.gitconfig 43 + [includeIf "gitdir:/Users/sethetter/projects/zapier/**"] 44 + path = ~/projcts/zapier/.gitconfig 45 45 [credential "https://github.com"] 46 46 helper = !/opt/homebrew/bin/gh auth git-credential 47 47 [credential "https://gist.github.com"]
-1
git/gitignore
··· 9 9 _seth* 10 10 .#* 11 11 .tern-port 12 - code/workspaceStorage 13 12 .vim-bookmarks 14 13 .vimrc.sethetter 15 14 REVIEW-*.txt
+1 -3
zsh/zshenv
··· 37 37 alias aic="aicommits --type conventional" 38 38 39 39 # Load zapier-specific config if on my work machine 40 - ZAPIER_ZSHENV="${HOME}/code/zapier/team-staff-engineering/seth/zshenv" 40 + ZAPIER_ZSHENV="${HOME}/projects/zapier/zapier/team-staff-engineering/seth/zshenv" 41 41 if [[ $(hostname) == "asteroid" && -f "${ZAPIER_ZSHENV}" ]]; then 42 42 source "${ZAPIER_ZSHENV}" 43 43 fi ··· 148 148 } 149 149 150 150 export HOMEBREW_BUNDLE_FILE="$HOME/dotfiles/Brewfile" 151 - 152 - [ -f "$HOME/code/zapier/personal-utils.sh" ] && source $HOME/code/zapier/personal-utils.sh 153 151 154 152 eval "$(zoxide init zsh)"