Skip to content

Commit

Permalink
fix(nushell): Use correct env var for shims dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ludams committed Apr 14, 2024
1 parent ccdd47d commit 0d95e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asdf.nu
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 0d95e29

Please sign in to comment.