From e8b0f542b79a7d40283315e3b78807d2044faa81 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Mon, 25 Sep 2023 08:58:47 +0200 Subject: [PATCH] changed to main branch name --- .functions/ps1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.functions/ps1.sh b/.functions/ps1.sh index 313b34a..105f8d8 100644 --- a/.functions/ps1.sh +++ b/.functions/ps1.sh @@ -1,6 +1,6 @@ #!/bin/bash function fetch_bash_ps1(){ - local BASH_PS1_URL="${BASH_PS1_URL:-https://git.rre.nu/jonas/dotfiles/raw/branch/master/.functions/ps1.sh}" + local BASH_PS1_URL="${BASH_PS1_URL:-https://git.rre.nu/jonas/dotfiles/raw/branch/main/.functions/ps1.sh}" if ! command -v curl &> /dev/null;then echo "curl not found"