mirror of https://gitlab.com/dabruh/dotfiles.git
Set default value
This commit is contained in:
parent
69515a3af0
commit
a5f11197c8
|
@ -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 New Issue