在命令行中使用 `$` 变量,使用 `tab` 补全代码会在 `$` 前面加一个 `/` 例如: ```shell cd $HOME/abnor→| # 自动添加了 / cd /$HOME/abnormal ``` Terminal: Window Terminal iTerm2