Closed NobbZ closed 5 years ago
I've checked again today and it seems to be fixed. Is this related to cosmic radiation or has an actual fix happened?
Yes, from the description from the PR it would fit.
You both are correct that #67 fixes this issue. Thanks for reminding me that I've left this issue open. I'll close it for now :)
In https://github.com/exercism/interactive-cli-walkthrough/blob/master/contents/linux/path.tw2 there is a codeblock with the following content:
[[ ":$PATH:" == ":$HOME/bin:" || ":$PATH:" == ":~/bin:" ]] && echo "~/bin is in PATH" || echo "~/bin is not in PATH"
It is rendered on the page as