Skip to content

Commit

Permalink
fix(nushell): Use def --env instead of def-env
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Nov 20, 2023
1 parent 8fbf9a3 commit 1e81b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asdf.nu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def-env configure-asdf [] {
def --env configure-asdf [] {

$env.ASDF_DIR = ( if ( $env | get --ignore-errors ASDF_DIR | is-empty ) { $env.ASDF_NU_DIR } else { $env.ASDF_DIR } )

Expand Down
2 changes: 1 addition & 1 deletion scripts/install_dependencies.bash
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ elvish_semver="v0.19.2"
fish_semver="3.6.1"
fish_apt_semver="${fish_semver}-1~jammy"
# Nushell
nushell_semver="0.84.0"
nushell_semver="0.86.0"
# Powershell
powershell_semver="7.3.3"
powershell_apt_semver="${powershell_semver}-1.deb"
Expand Down

0 comments on commit 1e81b91

Please sign in to comment.