"vscode:/vscode.git/clone" did not exist on "76f2429e8ec30afacd3a913018c8c573962e214c"
Refactor pj function
- Use `emulate -L zsh` to make all variables local. - Use `shwordsplit` to interpret `$cmd` spaces correctly. - Rename `$project` and `$file` variables to the more appropriate `$basedir` and `$project`.
Please register or sign in to comment