Bump to 0.99.2 (#14136)

This commit is contained in:
Stefan Holderbach
2024-10-20 23:12:41 +02:00
committed by GitHub
parent 8812072f06
commit f061c9a30e
43 changed files with 243 additions and 243 deletions

View File

@ -1,6 +1,6 @@
# Nushell Config File
#
# version = "0.99.1"
# version = "0.99.2"
# For more information on defining custom themes, see
# https://www.nushell.sh/book/coloring_and_theming.html

View File

@ -1,6 +1,6 @@
# Nushell Environment Config File
#
# version = "0.99.1"
# version = "0.99.2"
def create_left_prompt [] {
let dir = match (do --ignore-shell-errors { $env.PWD | path relative-to $nu.home-path }) {