mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-01-26 02:58:10 +01:00
Set default value
This commit is contained in:
parent
69515a3af0
commit
a5f11197c8
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
||||
|
|
Loading…
Reference in a new issue