第一步:修改当前用户的 .bash_profile
vim ~/.bash_profile
向 .bash_profile 加入以下内容
stty erase ^H
第二步:重载 .bash_profile
source ~/.bash_profile
微信扫一扫
第一步:修改当前用户的 .bash_profile
vim ~/.bash_profile
向 .bash_profile 加入以下内容
stty erase ^H
第二步:重载 .bash_profile
source ~/.bash_profile
相关推荐