exercism / interactive-cli-walkthrough

13 stars 26 forks source link

Add an explicit tilde to cd into home #68

Closed NobbZ closed 5 years ago

NobbZ commented 5 years ago

cd without any arguments has unspecified behaviour when HOME is not set. Also this step was mistaken by students as cd exercism (despite the fact both was on separate lines) and lead to confusion.

Hopefully the added tilde (~) will bring clarification.

kntsoriano commented 5 years ago

Thank you so much :+1: I've misinterpreted it as cd exercism, too. This will definitely help.