summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index d24fd07..8f6824d 100644
--- a/.zshrc
+++ b/.zshrc
@@ -9,11 +9,11 @@ function () {
# See if we can use colors.
autoload colors zsh/terminfo
if [[ "$terminfo[colors]" -ge 8 ]]; then
- colors
+ colors
fi
for color in red green yellow blue magenta cyan white; do
- eval local ${color}='%{$fg[${(L)color}]%}'
- eval local ${color}_bold='%{$terminfo[bold]$fg[${(L)color}]%}'
+ eval local ${color}='%{$fg[${(L)color}]%}'
+ eval local ${color}_bold='%{$terminfo[bold]$fg[${(L)color}]%}'
done
local nocolor="%{$terminfo[sgr0]%}"