dotfiles/dot_config/bash/xhost.sh.tmpl

4 lines
80 B
Cheetah
Raw Normal View History

2021-04-13 14:49:35 -04:00
{{ if (eq .chezmoi.os "linux" ) }}
xhost +local:root > /dev/null 2>&1
{{ end }}