include xprofile

This commit is contained in:
2025-07-03 10:02:47 +02:00
parent ba471b2ee5
commit f8c8caa447

4
.xprofile Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# shellcheck disable=1091
[[ -f $HOME/.bash_profile ]] && source "$HOME/.bash_profile"