remove xprofile file, since it is unsed, and causes issues with bash_profile being sourced multiple times

This commit is contained in:
2025-11-19 09:37:59 +01:00
parent ab5ff2bffc
commit 141a74ecfa

View File

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