bash bug user -> USER
authorThomas Walker Lynch <eknp9n@thomas-walker-lynch.com>
Fri, 7 Nov 2025 12:33:42 +0000 (12:33 +0000)
committerThomas Walker Lynch <eknp9n@thomas-walker-lynch.com>
Fri, 7 Nov 2025 12:33:42 +0000 (12:33 +0000)
library/bashrc

index 67a3e8e..ba34dad 100644 (file)
@@ -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