| Class | cosmetic::bash |
| In: |
/modules/cosmetic/manifests/bash.pp
|
| Parent: |
Class: cosmetic::bash
Modify globally some simple cosmetic aspects of the bash shell.
Sample Usage :
include cosmetic::bash
class { 'cosmetic::bash':
# Red prompt
ps1 => '\[\033[1;31m\][\u@\h \W]\[\033[0m\]\\$ ',
}