I am new to using Hyper and programming in general and whenever I start my Hyper terminal I get the the below error. It's not really causing anything to break in my code but was wondering if there was a way to clean it up.
bash: export: `Files(x86)/Common': not a valid identifier
bash: export: `Files/Intel/Shared': not a valid identifier
bash: export: `Libraries/redist/intel64/compiler:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program': not a valid identifier
bash: export: `Files/NVIDIA': not a valid identifier
bash: export: `Corporation/NVIDIA': not a valid identifier
bash: export: `NvDLISR:/c/Program': not a valid identifier
bash: export: `Files(x86)/NVIDIA': not a valid identifier
bash: export: `Corporation/PhysX/Common:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/WINDOWS/System32/OpenSSH:/c/Program': not a valid identifier
bash: export: `Files/dotnet:/c/ProgramData/chocolatey/bin:/cmd:/c/Program': not a valid identifier
bash: export: `Files/nodejs:/c/Users/John/AppData/Local/Programs/Python/Python310:/usr/bin/vendor_perl:/usr/bin/core_perl:/c/Users/John/.npm-global/bin:~/.npm-global/bin': not a valid identifier
Below is what I have in my .bashrc file
export NPM_CONFIG_PREFIX=~/.npm-global
export PATH=C:/Development/ani-gen/env/Scripts:/c/Users/John/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/mingw64/bin:/usr/bin:/c/Users/John/bin:/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64/compiler:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR:/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/WINDOWS/System32/OpenSSH:/c/Program Files/dotnet:/c/ProgramData/chocolatey/bin:/cmd:/c/Program Files/nodejs:/c/Users/John/AppData/Local/Programs/Python/Python310:/usr/bin/vendor_perl:/usr/bin/core_perl:/c/Users/John/.npm-global/bin:~/.npm-global/bin
Output of declare -p PATH
$ declare -p PATH
declare -x PATH="/c/Users/John/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/mingw64/bin:/usr/bin:/c/Users/John/bin:/c/Program Files (x86)/Common Files/Intel/Shared Libraries/redist/intel64/compiler:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR:/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/WINDOWS/System32/OpenSSH:/c/Program Files/dotnet:/cmd:/c/Program Files/nodejs:/usr/bin/vendor_perl:/usr/bin/core_perl:/c/Users/John/.npm-global/bin:/c/Users/John/.npm-global/bin"