Skip to content

Commit

Permalink
chore: 🚸 update .gitconfig backup path
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Nov 2, 2024
1 parent 714059b commit 20ed8af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions defaults.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ $Global:OX_OXYGEN.oxg = "$env:OXIDIZER\defaults\.gitconfig"
# system files
$Global:OX_ELEMENT.g = "$HOME\.gitconfig"
# backup files
$Global:OX_OXIDE.bkg = "$env:OX_BACKUP\.gitconfig"
$Global:OX_OXIDE.bkgi = "$env:OX_BACKUP\git\.gitignore"
$Global:OX_OXIDE.bkg = "$env:OX_BACKUP\projects\.gitconfig"
$Global:OX_OXIDE.bkgi = "$env:OX_BACKUP\projects\.gitignore"

##########################################################
# terminal
Expand Down
4 changes: 2 additions & 2 deletions defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ OX_OXYGEN[oxg]=${OXIDIZER}/defaults/.gitconfig
# system files
OX_ELEMENT[g]=${HOME}/.gitconfig
# backup files
OX_OXIDE[bkg]=${OX_BACKUP}/.gitconfig
OX_OXIDE[bkgi]=${OX_BACKUP}/git/.gitignore
OX_OXIDE[bkg]=${OX_BACKUP}/projects/.gitconfig
OX_OXIDE[bkgi]=${OX_BACKUP}/projects/.gitignore

##########################################################
# vim & neovim
Expand Down

0 comments on commit 20ed8af

Please sign in to comment.