Open gtrabanco opened 6 months ago
dot core loader --modify
Expect to add in .bashrc file:
.bashrc
###### .Sloth Variables ###### export DOTFILES_PATH="${HOME}/.dotfiles" export SLOTH_PATH="${DOTFILES_PATH}/modules/sloth" export DOTLY_PATH="${SLOTH_PATH:-}" ###### End of .Sloth Variables ######
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 ######
Delete the backslash \
\
About the issue
How to reproduce
Expected
Expect to add in
.bashrc
file:Issue
But instead it writes:
Workaround
Delete the backslash
\
Other