summaryrefslogtreecommitdiff
path: root/12_Prompts.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2012-06-05 15:08:24 +0200
committerHugues Hiegel <hugues@hiegel.fr>2012-06-05 15:08:24 +0200
commit4782cea0cc326f636943316f04fcb5444cd8c609 (patch)
tree2808a651c48481c056fcdb0c94cbaa3e3414a470 /12_Prompts.zsh
parent1069fe924db7626dc6f9bc995250a3da55e8c52e (diff)
[Prompts] sc (set colors) for prompt
Diffstat (limited to '12_Prompts.zsh')
-rw-r--r--12_Prompts.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/12_Prompts.zsh b/12_Prompts.zsh
index 8083888..17b82f3 100644
--- a/12_Prompts.zsh
+++ b/12_Prompts.zsh
@@ -19,7 +19,7 @@ then
_prompt_colors[generic]=${PS1_YEAH}
fi
-set_prompt_colors
+__set_prompt_colors
## Prompts
#
@@ -321,7 +321,7 @@ __two_lines_prompt ()
ZSH_STATUS=$(__zsh_status)
if ( echo $ZSH_STATUS | grep -q -- "-D1rTY-" )
then
- set_prompt_colors "38;5;54"
+ __set_prompt_colors "38;5;54"
echo
echo -n $c_$_prompt_colors[warning]$_c
#toilet -f bigmono9 "D1rTY Zsh.."