I am trying to set an environment variable the value of which happens to be too long. As soon as I am done with the export I am getting this error for all the commands.
-bash: /usr/bin/ls: Argument list too long
Is there a way I can still set this env variable or if I can increase the size of ARG_MAX
I am using 5.4.0-139-generic
kernel version and Ubuntu 20.04