在终端中输入后退,会显示成^H

执行下面的代码

echo -e "stty erase ˆH" >> ~/.profile

ˆH 按住Control-V and Control-H.

使其应用上source ~/.profile

相关文章: