diff --git a/.xprofile b/.xprofile new file mode 100644 index 0000000..68446d1 --- /dev/null +++ b/.xprofile @@ -0,0 +1,4 @@ +#!/bin/bash +# shellcheck disable=1091 + +[[ -f $HOME/.bash_profile ]] && source "$HOME/.bash_profile"