dotfiles/dot_config/bash/xhost.sh.tmpl

4 lines
80 B
Cheetah

{{ if (eq .chezmoi.os "linux" ) }}
xhost +local:root > /dev/null 2>&1
{{ end }}