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
4e11082a6f
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 docker docker-compose docker-machine helm fast-syntax-highlighting zsh-git-prompt)
|
plugins=(git git-extras docker docker-compose docker-machine helm fast-syntax-highlighting zsh-git-prompt zsh-kubectl-prompt)
|
||||||
|
|
||||||
# The following lines were added by compinstall
|
# The following lines were added by compinstall
|
||||||
zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate
|
zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate
|
||||||
|
|
|
||||||
|
|
@ -250,6 +250,9 @@ dl_custom_plugins() {
|
||||||
|
|
||||||
git clone https://github.com/ghasemnaddaf/zsh-git-prompt --branch plugin \
|
git clone https://github.com/ghasemnaddaf/zsh-git-prompt --branch plugin \
|
||||||
${ZSH}/custom/plugins/zsh-git-prompt
|
${ZSH}/custom/plugins/zsh-git-prompt
|
||||||
|
|
||||||
|
git clone https://github.com/superbrothers/zsh-kubectl-prompt.git \
|
||||||
|
${ZSH}/custom/plugins/zsh-kubectl-prompt
|
||||||
}
|
}
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue