make xhost.sh into a template
parent
695355f0b0
commit
4a2a90e2ca
|
@ -1 +0,0 @@
|
||||||
[[ "$(uname -s)" == "Darwin" ]] || xhost +local:root > /dev/null 2>&1 && true
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
{{ if (eq .chezmoi.os "linux" ) }}
|
||||||
|
xhost +local:root > /dev/null 2>&1
|
||||||
|
{{ end }}
|
Loading…
Reference in New Issue