Is your feature request related to a problem? Please describe.
I'd like to be able to share my hyper config without having to customize it to each host, but due to corporate restrictions, my username must be different on these different hosts. Therefore, the shell configuration variable must necessarily be different on each machine. For example:
Is your feature request related to a problem? Please describe. I'd like to be able to share my hyper config without having to customize it to each host, but due to corporate restrictions, my username must be different on these different hosts. Therefore, the shell configuration variable must necessarily be different on each machine. For example:
If the hyper configuration would allow for home-relative paths, it would make it possible to declare this config in one way on both hosts:
Describe the solution you'd like
For any config item that references a path, allow the path to contain
~
and expand it to the user's home directory.