Skip to content

Commit

Permalink
Fixing git config filename
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardolm committed Jul 16, 2023
1 parent c034a24 commit 5c36082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@
sort = -committerdate

[include]
path = ~/sync/git/.gitconfig_work
path = ~/sync/git/.gitconfig_private
2 changes: 1 addition & 1 deletion zsh/startup/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export TODOTXT_CFG_FILE="${TODO_DIR}/zsh.cfg"

if command -v git &>/dev/null; then
GITHUB_ORG=$(git config --file \
"${SYNC_DOTFILES}/git/.gitconfig_work" github.organization)
"${SYNC_DOTFILES}/git/.gitconfig_private" github.organization)
export GITHUB_ORG
GITHUB_USER=$(git config --file \
"${DOTFILES}/.gitconfig" github.user)
Expand Down

0 comments on commit 5c36082

Please sign in to comment.