.bazeliskrc
: Support Variable Expansion and Tilde Notation in Home Directory Paths
#586
Labels
P2
We'll consider working on this in future. (Assignee optional)
Currently if someone sets in
.bazeliskrc
the following home paths:BAZELISK_HOME=$HOME/.bazelisk
It will invoke
os.MkdirAll
with the raw string, therefore creating a./'$HOME'
and./'~'
respectively.I would like to propose supporting both tile and var expansions in the path. Will submit a PR.
The text was updated successfully, but these errors were encountered: