Skip to content

Commit

Permalink
fix: escape '$' to print '$' and avoid shell reinterpretation
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Jul 20, 2024
1 parent 5ac9869 commit 619e8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_dotfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ echo "Include $DIR/_sshconfig" >> ~/.ssh/config

echo "Overwriting $HOME/.inpurtc"
# https://unix.stackexchange.com/a/179294
echo "$include $DIR/_inputrc" >> ~/.inputrc
echo "\$include $DIR/_inputrc" >> ~/.inputrc

# Disable last two lines which replace https with ssh since it cause Travis CI failures :(
# This is hacky.
Expand Down

0 comments on commit 619e8c0

Please sign in to comment.