depo ~ $ cat .bashrc |tail -1
export PS1="\[\033[01;31m\]\h \[\033[01;34m\]\W \$ \[\033[00m"
fancybash - A coloured Bash prompt with extra features.
fancybash is a Bash addon for being included into your bashrc.
It adds further information to your Bash prompt in fancy colours.
While its colours are cyan/grey when working as unprivileged user, they change
to yellow/red when becoming root (or other user with uid=0) to indicate
attention.
bashish - Bashish Console Theme Engine
Bashish is a theme-engine for bash and other Bourne-style shells (eg. zsh, ksh and ash) that will make your terminal themeable. It includes a scalable design where you easily can add/remove features such as font changing, terminal numbering, colorization.
Bashish is a theme engine for the console. It can change most customizable properties of a terminal and switch theme on-the-fly so different themes can be used at the prompt and in applications.
viewglob - Current tree visualisation add-on for Bash and Zsh and also shows glob patterns.
A visualition add-on for Bash and Zsh that shows the current tree (visual ls of
the current dir) and the glob patterns. This allows one to evaluate the
ramifications of a command while typing. and it eases the tab-completion driven
input. It uses a client-daemon model which makes it useful through ssh
connections. It's no filemanager or replacement for ls.
bash-completion - bash programmable completion.
bash-completion is a collection of shell functions that take advantage of
the programmable completion feature of bash 2.04 and later.
To use this collection, you ideally need bash 2.05a or later. You can also use
bash 2.05 if you apply the group name completion patch available at
http://www.caliban.org/files/bash/bash-2.05-group_completion.patch.
Alternatively, you can just comment out the lines that contain
'comp{lete,gen} -g'.
If you're using bash 2.04, in addition to commenting out the lines discussed
in the previous paragraph, you'll also need to edit /etc/bashrc to
reflect this version in the $BASH_VERSION test.
PS1="\$? \$(date +%X)\[\033]0;\w\007 \033[32m\]\u@\h \[\033[33m\w\033[0m\] $ "
0 - | скинути все форматування в типові значення (цим добре закінчувати естетичні вправи щоб ls не писав червоним по синьому наприклад) |
1 - | встановити виділення тексту (літери можуть стати більш яскравими або/і жирними) |
4 - | встановити підкреслювання літер |
5 - | встановити миготіння (скоріш за все тло стане яскравішим а мигати ніхто не буде) |
7 - | інвертування фону і літер (тобто параметри тла застосувати до літер і навпаки) |
Колір | Літер | Тла |
Чорний | 30 | 40 |
Червоний | 31 | 41 |
Зелений | 32 | 42 |
Жовтий | 33 | 43 |
Блакитний | 34 | 44 |
Фіолетовий | 35 | 45 |
Бірюзовий | 36 | 46 |
Сірий | 37 | 47 |
Типовий | 39 | 49 |