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.
1 parent 00240a5 commit 6226144Copy full SHA for 6226144
pkg/bin/choose
@@ -1,6 +1,7 @@
1
#!/usr/bin/env bash
2
3
-eval "$(basalt-package-init)"; basalt.package-init
+eval "$(basalt-package-init)"
4
+basalt.package-init
5
basalt.package-load
6
7
source "$BASALT_PACKAGE_DIR/pkg/lib/cmd/choose.sh"
pkg/lib/cmd/choose.sh
@@ -3,9 +3,6 @@
# async issues with +u when sourcing
set -Eeo pipefail
-basalt.package-load
8
-
9
db_dir="${CHOOSE_DB_DIR:-${XDG_CONFIG_HOME:-$HOME/.config}/choose/db}"
10
11
main.choose() {
0 commit comments