linux下shell顯示-bash-4.1#不顯示路徑解決方法

#linux shell中不顯示路徑了,顯示爲-bash-4.1#總感受要出事情。linux

#修改步驟以下:shell

vim ~/.bash_profile

(不用管.bash_profile這個文件有幾個,本身新建一個也是能夠的)vim

##在【最後】加上 export PS1='[\u@\h \W]$'bash

##而後執行 source ~/.bash_profilecode

#這樣shell就能夠顯示路徑了。file

相關文章
相關標籤/搜索