0
点赞
收藏
分享

微信扫一扫

Linux 运行交互程序 回退键变成^H 解决方案

酷子腿长一米八 2022-04-21 阅读 37
linux

第一步:修改当前用户的 .bash_profile

vim ~/.bash_profile

向 .bash_profile 加入以下内容

stty erase ^H

第二步:重载  .bash_profile

source ~/.bash_profile
举报

相关推荐

0 条评论