fix(elvish): upgrade shell integration for v0.17 (#3310)

This commit is contained in:
David Knaack
2021-12-30 09:49:55 +01:00
committed by GitHub
parent 52abffaec6
commit 67cddb616b
4 changed files with 9 additions and 35 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ print_install() {
# shellcheck disable=SC2088
config_file="~/.elvish/rc.elv"
config_cmd="eval (starship init elvish)"
warning="${warning} Only elvish v0.15 or higher is supported."
warning="${warning} Only elvish v0.17 or higher is supported."
;;
nushell )
# shellcheck disable=SC2088