Skip to content

Commit 6226144

Browse files
committed
fix: Basalt init cleanup
1 parent 00240a5 commit 6226144

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pkg/bin/choose

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22

3-
eval "$(basalt-package-init)"; basalt.package-init
3+
eval "$(basalt-package-init)"
4+
basalt.package-init
45
basalt.package-load
56

67
source "$BASALT_PACKAGE_DIR/pkg/lib/cmd/choose.sh"

pkg/lib/cmd/choose.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
# async issues with +u when sourcing
44
set -Eeo pipefail
55

6-
eval "$(basalt-package-init)"; basalt.package-init
7-
basalt.package-load
8-
96
db_dir="${CHOOSE_DB_DIR:-${XDG_CONFIG_HOME:-$HOME/.config}/choose/db}"
107

118
main.choose() {

0 commit comments

Comments
 (0)