This commit is contained in:
Jonas Forsberg 2021-11-14 13:51:20 +01:00
parent 9d30a4672d
commit 63f81e7ff7
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

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