第一步:修改当前用户的 .bash_profile
vim ~/.bash_profile
向 .bash_profile 加入以下内容
stty erase ^H
第二步:重载 .bash_profile
source ~/.bash_profile
Linux 运行交互程序 回退键变成^H 解决方案
阅读 37
2022-04-21
第一步:修改当前用户的 .bash_profile
vim ~/.bash_profile
向 .bash_profile 加入以下内容
stty erase ^H
第二步:重载 .bash_profile
source ~/.bash_profile
相关推荐
精彩评论(0)