changed to main branch name

This commit is contained in:
Jonas Forsberg 2023-09-25 08:58:47 +02:00
parent 803b216631
commit e8b0f542b7

View File

@ -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"