Closed maxstocklin closed 1 year ago
This is how bash behaves:
bash-3.2$ echo $HOME /Users/skoulen bash-3.2$ unset HOME bash-3.2$ echo $HOME bash-3.2$ cd bash: cd: HOME not set bash-3.2$
Bash looks at the $HOME variable.
This is how bash behaves:
Bash looks at the $HOME variable.