在linux shell中不显示路径了,用起来很不方便.
如何改为显示路径的shell呢
步骤如下:
vi ~/.bash_profile
在最后加上export PS1=’[u@h W]$’
然后执行source ~/.bash_profile
这样shell就可以显示路径了
注意:以上命令建议手动输入,不要复制。