Skip to content

Commit

Permalink
add to plugins array with more portable += instead of =
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLarson committed Jan 7, 2021
1 parent cc0693e commit cb371c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ZSHCUSTOM=${ZSH_CUSTOM}
# Custom plugins may be added to $ZSH_CUSTOM/plugins
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(
plugins+=(
git
gunstage
)
Expand Down

0 comments on commit cb371c4

Please sign in to comment.