Skip to content

Commit

Permalink
feat: add docker-compose plugin into zsh plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jegj committed Aug 23, 2024
1 parent 8e4ffae commit 006b2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ HIST_STAMPS="yyyy-mm-dd"
# 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=(git z zsh-syntax-highlighting nvm copypath copyfile node fzf)
plugins=(git z zsh-syntax-highlighting nvm copypath copyfile node fzf docker-compose)

source $ZSH/oh-my-zsh.sh

Expand Down

0 comments on commit 006b2a9

Please sign in to comment.