How do I read or access the TRAVERSE environment variable below?
nicholas@gondor:~$
nicholas@gondor:~$ printenv | grep PATH
WINDOWPATH=2
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
nicholas@gondor:~$
nicholas@gondor:~$ printenv | grep TRAVERSE
nicholas@gondor:~$
nicholas@gondor:~$ cat /etc/environment
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
TRAVERSE="/home/nicholas/some_directory"
nicholas@gondor:~$
I ran source ~/.bashrc without result. I expect that if I were to reboot the variable would be readable, but that seems extreme.
see also: