remove python oh-my-zsh plugin
This commit is contained in:
parent
b2eb9052e2
commit
ef12bdf220
1 changed files with 1 additions and 4 deletions
|
@ -19,7 +19,7 @@ shell = "zsh"
|
|||
[plugins.ohmyzsh-plugins]
|
||||
github = 'ohmyzsh/ohmyzsh'
|
||||
dir = 'plugins'
|
||||
use = ['{dotenv,extract,python}/*.plugin.zsh']
|
||||
use = ['{dotenv,extract}/*.plugin.zsh']
|
||||
|
||||
[plugins.ohmyzsh-lib]
|
||||
github = 'ohmyzsh/ohmyzsh'
|
||||
|
@ -29,9 +29,6 @@ use = ['{completion,clipboard}.zsh']
|
|||
[plugins.base16]
|
||||
github = "chriskempson/base16-shell"
|
||||
|
||||
# [plugins.enhancd]
|
||||
# github = "b4b4r07/enhancd"
|
||||
|
||||
[plugins.zsh-defer]
|
||||
github = "romkatv/zsh-defer"
|
||||
|
||||
|
|
Loading…
Reference in a new issue