Updating path for cloned repo
This commit is contained in:
@@ -67,7 +67,7 @@ Add this to `~/.claude/settings.json` (merge with any existing content). Command
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "git -C \"$HOME/repos/AI\" pull --quiet --ff-only 2>/dev/null; true",
|
||||
"command": "git -C \"$HOME/AI\" pull --quiet --ff-only 2>/dev/null; true",
|
||||
"async": true,
|
||||
"statusMessage": "Syncing preferences..."
|
||||
}
|
||||
@@ -100,7 +100,7 @@ Add this to `~/.claude/settings.json` (merge with any existing content). Command
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "powershell -NonInteractive -Command \"git -C C:\\repos\\AI pull --quiet --ff-only 2>$null\"",
|
||||
"command": "powershell -NonInteractive -Command \"git -C C:\\AI pull --quiet --ff-only 2>$null\"",
|
||||
"async": true,
|
||||
"statusMessage": "Syncing preferences..."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user