From e1bfc57e58ad91d686c91cf28df40b5c89b19bf4 Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Fri, 1 Sep 2023 14:54:42 +0200 Subject: [PATCH] update starship to version 1.16.0 --- .config/yadm/bootstrap.d/install-starship | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/yadm/bootstrap.d/install-starship b/.config/yadm/bootstrap.d/install-starship index 4741b88..6d2b1bd 100755 --- a/.config/yadm/bootstrap.d/install-starship +++ b/.config/yadm/bootstrap.d/install-starship @@ -4,7 +4,7 @@ set -eu source "${BOOTSTRAP_LIB}/helpers" -VERSION="1.14.2" +VERSION="1.16.0" INSTALL_DIR="${HOME}/.local/bin" INSTALLED_VERSION=""