I believe `export $HOME="/home"` should be `export HOME="/home"`
I believe
export $HOME="/home"should be
export HOME="/home"