1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-31 08:19:25 +00:00

Simplify a few unsets

This commit is contained in:
Sorin Ionescu
2012-04-08 15:04:16 -04:00
parent 9f0336b9d8
commit a7db355e26
4 changed files with 4 additions and 7 deletions

View File

@ -61,5 +61,5 @@ for color in {0..255}; do
FG[$color]="\e[38;5;${color}m"
BG[$color]="\e[48;5;${color}m"
done
unset colors color index
unset color{s,} index