diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-16 11:34:01 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-16 11:34:01 -0300 | 
| commit | ab0f9c3158e481b0be479ceeaae58c21e418d4c0 (patch) | |
| tree | 6a65b1ca4c3138955064980fac3524858e35bc7d /files | |
| parent | f415b0936a7cd7f6f8bf28466f53e45a47ab68d7 (diff) | |
| download | puppet-nodo-ab0f9c3158e481b0be479ceeaae58c21e418d4c0.tar.gz puppet-nodo-ab0f9c3158e481b0be479ceeaae58c21e418d4c0.tar.bz2  | |
New bash prompt theme
Diffstat (limited to 'files')
| -rw-r--r-- | files/bin/prompt.sh | 8 | 
1 files changed, 6 insertions, 2 deletions
diff --git a/files/bin/prompt.sh b/files/bin/prompt.sh index 84112bb..8247b1a 100644 --- a/files/bin/prompt.sh +++ b/files/bin/prompt.sh @@ -33,8 +33,12 @@ function command_prompt() {    # Without git completion    #PS1="(${status_color}${exit_status}${COLOR_NONE}) [${COLOR_RED}\D{%Y%m%d %H:%M:%S}${COLOR_NONE}] ${COLOR_CYAN}${debian_chroot:+($debian_chroot) }${COLOR_NONE}${COLOR_GREEN}\u@\h${COLOR_NONE}:${COLOR_CYAN}\w${COLOR_NONE} \\$ " -  # With git completion -  PS1="(${status_color}${exit_status}${COLOR_NONE}) [${COLOR_RED}\D{%Y%m%d %H:%M:%S}${COLOR_NONE}] ${COLOR_CYAN}${debian_chroot:+($debian_chroot) }${COLOR_NONE}${COLOR_GREEN}\u@\h${COLOR_NONE}:${COLOR_CYAN}\w$(__git_ps1 " (%s)")${COLOR_NONE} \\$ " +  # Red green theme with git completion +  #PS1="(${status_color}${exit_status}${COLOR_NONE}) [${COLOR_RED}\D{%Y%m%d %H:%M:%S}${COLOR_NONE}] ${COLOR_CYAN}${debian_chroot:+($debian_chroot) }${COLOR_NONE}${COLOR_GREEN}\u@\h${COLOR_NONE}:${COLOR_CYAN}\w$(__git_ps1 " (%s)")${COLOR_NONE} \\$ " +  #PS2="${BOLD}>${OFF} " + +  # Yellow blue theme with git completion +  PS1="${status_color}${exit_status}${COLOR_NONE} ${COLOR_CYAN}\D{%Y%m%d %H:%M:%S}${COLOR_NONE} ${COLOR_CYAN}${debian_chroot:+($debian_chroot) }${COLOR_NONE}${COLOR_YELLOW}\u@\h${COLOR_NONE}:${COLOR_CYAN}\w$(__git_ps1 " (%s)")${COLOR_NONE} \\$ "    PS2="${BOLD}>${OFF} "  }  | 
