-
E.g. I'd like to export environment variables for my shell based on the existence of directories. test -f .bashrc Help would be much appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
twpayne
Apr 6, 2025
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to use
as templates are always executed with your home directory as the working directory, so the call to
joinPath
isn't strictly needed (but certainly helps portability when testing).