We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dev off
1 parent 91ff405 commit 7fd6408Copy full SHA for 7fd6408
src/shellcode().ts
@@ -32,7 +32,7 @@ dev() {
32
off)
33
if type -f _pkgx_dev_try_bye >/dev/null 2>&1; then
34
rm "${datadir}$PWD/dev.pkgx.activated"
35
- _pkgx_dev_try_bye
+ PWD=/ _pkgx_dev_try_bye
36
else
37
echo "no devenv" >&2
38
fi;;
0 commit comments