File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ basalt.package-init() {
24
24
export BASALT_GLOBAL_DATA_DIR="${BASALT_GLOBAL_DATA_DIR:-"${XDG_DATA_HOME:-$HOME/.local/share}/basalt"}"
25
25
26
26
# basalt global and internal functions
27
- source "$BASALT_GLOBAL_REPO/pkg/lib/source /basalt-load.sh"
28
- source "$BASALT_GLOBAL_REPO/pkg/lib/source /basalt-package.sh"
27
+ source "$BASALT_GLOBAL_REPO/pkg/lib/public /basalt-load.sh"
28
+ source "$BASALT_GLOBAL_REPO/pkg/lib/public /basalt-package.sh"
29
29
30
30
# TODO: this needs to be redone
31
31
if [ -z "$BASALT_PACKAGE_PATH" ]; then
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ do-global-init() {
71
71
72
72
cat << -"EOF "
73
73
# basalt global functions
74
- source "$BASALT_GLOBAL_REPO/pkg/lib/source /basalt-load.sh"
74
+ source "$BASALT_GLOBAL_REPO/pkg/lib/public /basalt-load.sh"
75
75
76
76
# basalt completions
77
77
if [ -f "$BASALT_GLOBAL_REPO/completions/basalt.bash" ]; then
@@ -94,7 +94,7 @@ do-global-init() {
94
94
95
95
cat << -"EOF "
96
96
# basalt global functions
97
- source "$BASALT_GLOBAL_REPO/pkg/lib/source /basalt-load.sh"
97
+ source "$BASALT_GLOBAL_REPO/pkg/lib/public /basalt-load.sh"
98
98
99
99
# basalt completions
100
100
fpath=("$BASALT_GLOBAL_REPO/completions" $fpath)
You can’t perform that action at this time.
0 commit comments