Skip to content

Commit

Permalink
Upgrade nushell to 0.92.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Apr 5, 2024
1 parent 6ed9b55 commit ba9e3fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions home/.chezmoiexternal.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[".config/nushell/default_env.nu"]
type = "file"
url = "https://raw.githubusercontent.com/nushell/nushell/0.91.0/crates/nu-utils/src/sample_config/default_env.nu"
url = "https://raw.githubusercontent.com/nushell/nushell/0.92.1/crates/nu-utils/src/sample_config/default_env.nu"

[".config/nushell/default_config.nu"]
type = "file"
url = "https://raw.githubusercontent.com/nushell/nushell/0.91.0/crates/nu-utils/src/sample_config/default_config.nu"
url = "https://raw.githubusercontent.com/nushell/nushell/0.92.1/crates/nu-utils/src/sample_config/default_config.nu"

[".config/nushell/scripts/nu_scripts"]
type = "git-repo"
Expand Down
6 changes: 3 additions & 3 deletions home/dot_local/bin/executable_nu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
if [ "$PKGX_UNINSTALL" != 1 ]; then
exec pkgx +nushell.sh~0.91 -- nu "$@"
exec pkgx +nushell.sh~0.92.1 -- nu "$@"
else
cd "$(dirname "$0")"
rm nu && echo "uninstalled: nushell.sh~0.91" >&2
fi
rm nu && echo "uninstalled: nushell.sh~0.92.1" >&2
fi

0 comments on commit ba9e3fa

Please sign in to comment.