Ubuntu設定Redhat風格的SHELL提示符PS1屬性

來源:互聯網
上載者:User

預設情況下,Ubuntu終端會輸出完整路徑,在路徑名很長的時候,提示方式很不友好,通過以下步驟修改PS1變數的設定,可以讓終端輸出相對路徑。類似於紅帽系統的風格。修改思路:將w修改為W顯示絕對路徑,並添加[]括弧。

  1. 首先修改/etc/bash.bashrc檔案
    leo@leo-laptop:~$ sudo vim /etc/bash.bashrc
    修改如下內容:
    #PS1=’${debian_chroot:+($debian_chroot)}u@h:w$ ‘
    PS1=’[${debian_chroot:+($debian_chroot)}u@h:W]$ ‘
  2. 修改/etc/profile檔案
    leo@leo-laptop:~$ sudo vim /etc/bash.bashrc
    #PS1=’u@h:w$ ‘
    PS1=’[u@h:W]$ ‘
  3. 最後修改使用者目錄下的.bashrc檔案
    leo@leo-laptop:~$ sudo vim .bashrc
    #PS1=’${debian_chroot:+($debian_chroot)}[33[01;32m]u@h[33[00m]:[33[01;34m]w[33[00m]$ ‘
    PS1=’[${debian_chroot:+($debian_chroot)}[33[01;32m]u@h[33[00m]:[33[01;34m]W[33[00m]]$ ‘#PS1=’${debian_chroot:+($debian_chroot)}u@h:w$ ‘
    PS1=’[${debian_chroot:+($debian_chroot)}u@h:W]$ ‘

以上內容全部修改完成之後,可以logout重新登入一次,就能看到修改之後的效果了。
修改之前為
leo-laptop:/var/lib/tomcat$
修改之後為
[leo-laptop:tomcat]$
相對於直接使用export PS1=”"的方式,此種修改方法保留了終端標題列顯示完整路徑的功能。

如果想要終端顏色豐富一些,我們可以開啟~/.bashrc中的force_color_prompt=yes參數,這樣終端會用顏色來區分各種不同的項目,提高可閱讀性

(原文地址:
http://xieshaohu.wordpress.com/2010/07/26/ubuntu%E8%AE%BE%E7%BD%AEredhat%E9%A3%8E%E6%A0%BC%E7%9A%84shell%E6%8F%90%E7%A4%BA%E7%AC%A6ps1%E5%B1%9E%E6%80%A7/

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.