chore: fix typo

This commit is contained in:
Cheng Liu 2024-04-02 16:20:42 -07:00
parent bee72c5530
commit b491f9b923
No known key found for this signature in database
GPG key ID: EEC8452F7DB85CD6
2 changed files with 4 additions and 4 deletions

View file

@ -104,8 +104,8 @@ export class GitService {
['core.fsmonitor', 'true', 0],
['core.fscache', 'true', 0],
['core.untrackedcache', 'true', 0],
['om-my-zsh.hide-status', '1', 0],
['on-my-zsh.hide-dirty', '1', 0],
['oh-my-zsh.hide-status', '1', 0],
['oh-my-zsh.hide-dirty', '1', 0],
['lfs.allowincompletepush', 'true', 0],
['lfs.concurrenttransfers', '32', 0],
['push.autoSetupRemote', 'true', 0]

View file

@ -26,8 +26,8 @@ feature.manyFiles=true
core.fsmonitor=true
core.fscache=true
core.untrackedcache=true
om-my-zsh.hide-status=1
on-my-zsh.hide-dirty=1
oh-my-zsh.hide-status=1
oh-my-zsh.hide-dirty=1
lfs.allowincompletepush=true
lfs.concurrenttransfers=32
push.autoSetupRemote=true