We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 \
\
The text was updated successfully, but these errors were encountered:
gtrabanco
No branches or pull requests
About the issue
How to reproduce
Expected
Expect to add in
.bashrc
file:Issue
But instead it writes:
Workaround
Delete the backslash
\
Other
The text was updated successfully, but these errors were encountered: