Skip to content

Commit

Permalink
fix(nushell): Use correct env var for shims dir (#1742)
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor Brown <Stratus3D@users.noreply.github.com>
  • Loading branch information
ludams and Stratus3D authored Dec 16, 2024
1 parent a0ce37b commit 2f07629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asdf.nu
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def --env configure-asdf [] {
if ( $env | get --ignore-errors ASDF_DATA_DIR | is-empty ) {
$env.HOME | path join '.asdf'
} else {
$env.ASDF_DIR
$env.ASDF_DATA_DIR
} | path join 'shims'
)
let asdf_bin_dir = ( $env.ASDF_DIR | path join 'bin' )
Expand Down

0 comments on commit 2f07629

Please sign in to comment.