From a25f59ba7f1fc533b24c4ca21a69ea9a5e9561d9 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Fri, 26 May 2023 12:53:41 -0700 Subject: [PATCH] Bump starship version --- dot_local/bin/executable_install-starship | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_local/bin/executable_install-starship b/dot_local/bin/executable_install-starship index c39ad56..351bc68 100755 --- a/dot_local/bin/executable_install-starship +++ b/dot_local/bin/executable_install-starship @@ -11,7 +11,7 @@ function get_os () { } APP=starship -VERSION=${VERSION:-1.12.0} +VERSION=${VERSION:-1.14.2} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://github.com/starship/starship/releases/download/v${VERSION}/starship-$(uname -m)-$(get_os).tar.gz