Bash

Bash 語法著色

  • April 16, 2019

我嘗試了fish shell,並且喜歡它在 shell 本身中進行語法著色的事實:魚句法著色

有沒有辦法在 bash 中做到這一點?

實時語法著色需要大量工作,尤其是對於語法比 fish 更複雜的 shell。只有魚開箱即用。

如果您安裝zsh-syntax-highlighting附加組件,Zsh 具有語法著色。

我不知道用 bash 做這件事的任何努力。

您可以編輯 /etc 目錄中的 bash.bashrc 文件。你會想要改變 $ PS1 (primary shell prompt) and maybe $ PS2(輔助 shell 提示符)。

查看此連結以獲取操作方法,它幫助我設置了我的: https ://help.ubuntu.com/community/CustomizingBashPrompt

引用自:https://unix.stackexchange.com/questions/105030