You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be covered in a future article on 'inline evaluation'. It's possible to use ~ for any command, not just cd, so it needs to replaced with ENV['HOME'] for any command (ls ~/projects). There are things of a similar nature like !!, as well as code in backticks that needs to be replaced inline.
Using
cd ~
shirt crashes withNo such file or directory - ~ (Errno::ENOENT)
The text was updated successfully, but these errors were encountered: