mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
12 lines
269 B
Bash
12 lines
269 B
Bash
#!/bin/sh
|
|
# shellcheck shell=sh
|
|
|
|
{{ if .wheel }}
|
|
|
|
echo "[ACTION] Elevation required: "
|
|
echo " Setting XDG Environment Variables to global scope"
|
|
sudo cp $CHEZMOI_SOURCE_DIR/.chezmoitemplates/bash_profile /etc/profile.d/xdg-compat.sh
|
|
|
|
{{ else }}
|
|
|
|
{{ end }}
|