mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Merge branch 'my_changes' of github.com:ghasemnaddaf/ohmyzsh into my_changes
This commit is contained in:
commit
2153e92e78
2 changed files with 4 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ DISABLE_UNTRACKED_FILES_DIRTY="false"
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
#plugins=(git zsh-git-prompt zsh-completions fasd systemd zsh-syntax-highlighting)
|
#plugins=(git zsh-git-prompt zsh-completions fasd systemd zsh-syntax-highlighting)
|
||||||
plugins=(git git-extras fast-syntax-highlighting docker docker-compose docker-machine helm)
|
plugins=(git git-extras docker docker-compose docker-machine helm fast-syntax-highlighting zsh-git-prompt)
|
||||||
|
|
||||||
# The following lines were added by compinstall
|
# The following lines were added by compinstall
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -247,6 +247,9 @@ EOF
|
||||||
dl_custom_plugins() {
|
dl_custom_plugins() {
|
||||||
git clone https://github.com/zdharma/fast-syntax-highlighting.git \
|
git clone https://github.com/zdharma/fast-syntax-highlighting.git \
|
||||||
${ZSH}/custom/plugins/fast-syntax-highlighting
|
${ZSH}/custom/plugins/fast-syntax-highlighting
|
||||||
|
|
||||||
|
git clone https://github.com/ghasemnaddaf/zsh-git-prompt \
|
||||||
|
${ZSH}/custom/plugins/zsh-git-prompt
|
||||||
}
|
}
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue