Skip to content

Commit

Permalink
Upgrade nushell to v0.91.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Mar 16, 2024
1 parent 68f7ee0 commit bfb893e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .chezmoiexternal.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ url = "https://github.com/alacritty/alacritty-theme"

[".local/share/nushell/default_env.nu"]
type = "file"
url = "https://raw.githubusercontent.com/nushell/nushell/0.86.0/crates/nu-utils/src/sample_config/default_env.nu"
url = "https://raw.githubusercontent.com/nushell/nushell/0.91.0/crates/nu-utils/src/sample_config/default_env.nu"

[".local/share/nushell/default_config.nu"]
type = "file"
url = "https://raw.githubusercontent.com/nushell/nushell/0.86.0/crates/nu-utils/src/sample_config/default_config.nu"
url = "https://raw.githubusercontent.com/nushell/nushell/0.91.0/crates/nu-utils/src/sample_config/default_config.nu"
[".local/share/gitalias/gitalias.txt"]
type = "file"
url = "https://raw.githubusercontent.com/GitAlias/gitalias/main/gitalias.txt"
2 changes: 1 addition & 1 deletion .chezmoiscripts/run_once_02_install_pkgx_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ command -v "git" >/dev/null 2>&1 || pkgx install git-scm.org^2.40
pkgx install github.com/junegunn/fzf@latest
pkgx install github.com/peltoche/lsd^1
pkgx install helix-editor.com~23.10
pkgx install nushell.sh~0.86
pkgx install nushell.sh~0.91.0
pkgx install starship.rs~1.16

0 comments on commit bfb893e

Please sign in to comment.