dirac-lang 0.1.82 → 0.1.84
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.
- package/dist/cli.js +1 -1
- package/lib/shell-init.di +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
package/lib/shell-init.di
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
<index-subroutines path="~/.dirac/lib/user" />
|
|
6
6
|
|
|
7
7
|
# Load native tags for tab completion and AI helper subroutines
|
|
8
|
-
|import src="native-tags.di" >
|
|
8
|
+
|import src="./native-tags.di" >
|
|
9
9
|
|
|
10
|
-
|import src="ai.di" >
|
|
10
|
+
|import src="./ai.di" >
|
|
11
11
|
|
|
12
12
|
# Define some useful helper subroutines
|
|
13
13
|
#<hello |
|