update oh-my-zsh-stuff
This commit is contained in:
parent
112b2b21c0
commit
0cf8885785
1 changed files with 1 additions and 6 deletions
|
@ -19,7 +19,7 @@ shell = "zsh"
|
|||
[plugins.ohmyzsh-plugins]
|
||||
github = 'ohmyzsh/ohmyzsh'
|
||||
dir = 'plugins'
|
||||
use = ['{git,dotenv,extract,tmux}.plugin.zsh']
|
||||
use = ['{dotenv,extract,python}/*.plugin.zsh']
|
||||
|
||||
[plugins.ohmyzsh-lib]
|
||||
github = 'ohmyzsh/ohmyzsh'
|
||||
|
@ -46,10 +46,5 @@ apply = ["defer"]
|
|||
github = "Aloxaf/fzf-tab"
|
||||
apply = ["defer"]
|
||||
|
||||
[plugins.ohmyzsh]
|
||||
github = 'ohmyzsh/ohmyzsh'
|
||||
dir = 'plugins'
|
||||
use = ['{git,dotenv,extract,tmux}/*.plugin.zsh']
|
||||
|
||||
[templates]
|
||||
defer = { value = 'zsh-defer source "{{ file }}"', each = true }
|
||||
|
|
Loading…
Reference in a new issue