To reproduce, try: ``` export HOME=/Users/yz/ echo $HOME # this works echo ${HOME} # this also works echo ${HOME}bin # this does not work ``` Screenshot attached comparing bash/zsh behavior and vimshell behavior. 