mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
adding new plugin to support executing commands without a ccache
This commit is contained in:
parent
1020467e61
commit
8bd3909aad
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export DISABLE_AUTO_UPDATE="true"
|
|||
|
||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
plugins=(git github vi-mode)
|
||||
plugins=(git github vi-mode kerberos)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue