Commit a56639d
committed
fix(direnv): improve uv sync command handling
Replace hardcoded `uv sync` with configurable array-based approach that respects wrapper scripts. This ensures consistent environment activation and proper virtual environment setup regardless of uv installation method.
The change addresses potential issues with direnv shell hook execution and makes the setup more robust for different development environments.1 parent 482d2b5 commit a56639d
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
0 commit comments