I want to be able to use the same config file across all of my machines, and my username is unfortunately different at work, so absolute paths are difficult for me to use.
Is there a common way to specify non-absolute directories for LIBREF-* variables in the GNU APL preferences file? It seems like tilde expansion and environment variables are not interpreted. But I can't find any info on this through Google.
Thank You for Your time.
EDIT 1:
To be clear, I have tried the following:
LIBREF-0 = $HOME/Documents/apl-libs/lib0
But it seems to show up inside of )LIBS with $HOME
intact.