Changes between Version 10 and Version 11 of Wisdom/Bash


Ignore:
Timestamp:
09/08/11 12:07:25 (15 years ago)
Author:
adrn@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Wisdom/Bash

    v10 v11  
    2828}}}
    2929
     30The line {{{PS1="${PMPT_BOLD}${COL_CYAN}\h${COL_YELLOW_ORANGE} [\w] %${PMPT_NORM} "}}} is what defines the colors, and structure, of the displayed prompt. Breaking it down, it sets the font weight to be bold (${PMPT_BOLD}), the color of the host name to be cyan (${COL_CYAN}\h), the color of the current working directory to be yellow-orange, and surrounded by brackets (${COL_YELLOW_ORANGE} [\w]), and then at the end returns the font weight back to normal (${PMPT_NORM}).
     31
    3032=== "Style" ===
    3133