From 71a32bf589c4bca63f5884309235c4880c68da1f Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Tue, 31 Jan 2023 13:15:08 -0800 Subject: [PATCH] Bump starship --- starship/.local/bin/install-starship-home | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship/.local/bin/install-starship-home b/starship/.local/bin/install-starship-home index fe80149..c39ad56 100755 --- a/starship/.local/bin/install-starship-home +++ b/starship/.local/bin/install-starship-home @@ -11,7 +11,7 @@ function get_os () { } APP=starship -VERSION=${VERSION:-1.7.1} +VERSION=${VERSION:-1.12.0} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://github.com/starship/starship/releases/download/v${VERSION}/starship-$(uname -m)-$(get_os).tar.gz