mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-02 01:39:25 +00:00
general: Apply quote styling consistency
Remove redundant quotes from comparisons and variable expansions where they are not needed. Also add style nits to comments and code.
This commit is contained in:
@ -14,6 +14,6 @@ SAYINGS=(
|
||||
)
|
||||
|
||||
# Print a randomly-chosen message:
|
||||
echo $SAYINGS[$(($RANDOM % ${#SAYINGS} + 1))]
|
||||
echo $SAYINGS[$(($RANDOM % $#SAYINGS + 1))]
|
||||
|
||||
} >&2
|
||||
|
Reference in New Issue
Block a user