We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbcf45 commit 07835a4Copy full SHA for 07835a4
dot_config/nushell/scripts/zoxide.nu
@@ -6,7 +6,7 @@
6
#
7
8
# Initialize hook to add new entries to the database.
9
-if (not ($env | default false __zoxide_hooked | get __zoxide_hooked)) {
+if (not ($env | default false __zoxide_hooked | get __zoxide_hooked | into bool)) {
10
$env.__zoxide_hooked = true
11
$env.config = ($env | default {} config).config
12
$env.config = ($env.config | default {} hooks)
0 commit comments