Skip to content

Commit

Permalink
use modern array-concatenation syntax for $plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLarson committed Dec 22, 2020
1 parent 3e7b13d commit a8240df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ plugins=(
gunstage
)
if [ Darwin = "$(uname)" ]; then
plugins=(
$plugins
plugins+=(
zsh-syntax-highlighting
)
fi
Expand Down

0 comments on commit a8240df

Please sign in to comment.