Set default value

This commit is contained in:
dabruh 2024-04-11 12:49:48 +02:00
parent 69515a3af0
commit a5f11197c8
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ function install_picom() {
}
function setup_homebrew() {
local dir="${XDG_DATA_HOME:?}/homebrew"
local dir="${XDG_DATA_HOME:-$HOME/.local/share}/homebrew"
echo "Setting up Homebrew."