mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
4 lines
120 B
Bash
4 lines
120 B
Bash
#!/bin/sh
|
|
# shellcheck shell=sh
|
|
|
|
sudo cp $CHEZMOI_SOURCE_DIR/dot_config/bash/xdg-compat.sh /etc/profile.d/xdg-compat.sh
|