From 63f81e7ff7170f419c8a9efeae878160e42369c5 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Sun, 14 Nov 2021 13:51:20 +0100 Subject: [PATCH] . --- .functions/ps1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.functions/ps1.sh b/.functions/ps1.sh index 5671fc4..b4748ae 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/src/branch/master/.functions/ps1.sh}" + local BASH_PS1_URL="${BASH_PS1_URL:-https://git.rre.nu/jonas/dotfiles/raw/branch/master/.functions/ps1.sh}" if ! command -v curl &> /dev/null;then echo "curl not found"