Changes between Version 10 and Version 11 of Wisdom/Bash
- Timestamp:
- 09/08/11 12:07:25 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Wisdom/Bash
v10 v11 28 28 }}} 29 29 30 The 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 30 32 === "Style" === 31 33
