Skip to content

Commit

Permalink
fix(nushell): Use def --env instead of def-env (#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall authored Jan 13, 2024
1 parent b6b8074 commit 3b8f400
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_NU_DIR | is-empty) == false {
$env.ASDF_NU_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.7.0"
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 3b8f400

Please sign in to comment.