About the issue
How to reproduce
Expected
Expect to add in .bashrc file:
###### .Sloth Variables ######
export DOTFILES_PATH="${HOME}/.dotfiles"
export SLOTH_PATH="${DOTFILES_PATH}/modules/sloth"
export DOTLY_PATH="${SLOTH_PATH:-}"
###### End of .Sloth Variables ######
Issue
But instead it writes:
###### .Sloth Variables ######
export DOTFILES_PATH="${HOME\}/.dotfiles"
export SLOTH_PATH="${DOTFILES_PATH\}/modules/sloth"
export DOTLY_PATH="${SLOTH_PATH:-}"
###### End of .Sloth Variables ######
Workaround
Delete the backslash \
Other
About the issue
How to reproduce
Expected
Expect to add in
.bashrcfile:Issue
But instead it writes:
Workaround
Delete the backslash
\Other