From: Thomas Walker Lynch Date: Fri, 7 Nov 2025 12:33:42 +0000 (+0000) Subject: bash bug user -> USER X-Git-Url: https://git.reasoningtechnology.com/style/static/git-logo.png?a=commitdiff_plain;h=796770cc396bb434b0122bf26a17dc776c93d8de;p=subu-incommon%2F.git bash bug user -> USER --- diff --git a/library/bashrc b/library/bashrc index 67a3e8e..ba34dad 100644 --- a/library/bashrc +++ b/library/bashrc @@ -33,7 +33,7 @@ if [[ -n "$DISPLAY" ]] && command -v gsettings >/dev/null 2>&1; then fi # Developer-specific env -if [[ "$user" == "Thomas-developer" ]]; then +if [[ "$USER" == "Thomas-developer" ]]; then export REPO_DIR=$(home) fi