Hi running NetBSD 9.2 amd64. When I run 'xterm' under my window manager 'twm' it $PATH directories are not the same that are in the $HOME/.profile
My user group is wheel and I'm not expecting the superuser directories as default i.e /sbin, but the games directory is not included by default.
Also I created a #!/bin/sh script which would add the directories but once the script exits the 'echo $PATH' results are not the same as the script.
TLDR, I want the paths that are in $HOME/.profile added to my $PATH when I launch a new 'xterm'
Thanks for your help