Skip to content

Commit f02a1f7

Browse files
committed
chore: remove default shell configuration for devbox integration
1 parent 2ee5b28 commit f02a1f7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

devbox.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,5 @@
1414
},
1515
"env": {
1616
"LD_LIBRARY_PATH": "$DEVBOX_PACKAGES_DIR/lib:$LD_LIBRARY_PATH"
17-
},
18-
"shell": {
19-
"init_hook": [
20-
"echo 'Welcome to devbox!' > /dev/null"
21-
],
22-
"scripts": {
23-
"test": [
24-
"echo \"Error: no test specified\" && exit 1"
25-
]
26-
}
2717
}
2818
}

0 commit comments

Comments
 (0)