pondorasti 0.1.38 → 0.1.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dotfiles/zsh/.zshrc +0 -3
- package/package.json +1 -1
- package/src/commands/bootstrap.ts +1 -1
package/dotfiles/zsh/.zshrc
CHANGED
package/package.json
CHANGED
|
@@ -118,7 +118,7 @@ const bootstrapCommand: CommandModule = {
|
|
|
118
118
|
console.log("━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━")
|
|
119
119
|
try {
|
|
120
120
|
console.log("Running bun link...")
|
|
121
|
-
await $`bun link
|
|
121
|
+
await $`env PD_CLI_DIR=${cliDir} zsh -l -c ${'cd "$PD_CLI_DIR" && bun link'}`
|
|
122
122
|
console.log(" \x1b[32m✓\x1b[0m pd linked from source")
|
|
123
123
|
|
|
124
124
|
// Clean up the downloaded binary if running from one
|