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.
@@ -141,6 +141,3 @@ alias oc='opencode'
141
141
  alias occ='opencode --continue'
142
142
  alias cc='claude --dangerously-skip-permissions'
143
143
  alias ccc='claude --dangerously-skip-permissions --continue'
144
-
145
- # Vite+ bin (https://viteplus.dev)
146
- . "$HOME/.vite-plus/env"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pondorasti",
3
- "version": "0.1.38",
3
+ "version": "0.1.40",
4
4
  "description": "CLI for pondorasti",
5
5
  "author": "Alexandru Ţurcanu",
6
6
  "license": "MIT",
@@ -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`.cwd(cliDir)
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