mydot/x/.xinitrc
2024-01-09 16:26:14 +03:00

6 lines
109 B
Bash
Executable File

#!/bin/sh
# XProfile.
[ -f /etc/xprofile ] && source /etc/xprofile
[ -f ~/.xprofile ] && source ~/.xprofile