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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user