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]
|
[plugins.ohmyzsh-plugins]
|
||||||
github = 'ohmyzsh/ohmyzsh'
|
github = 'ohmyzsh/ohmyzsh'
|
||||||
dir = 'plugins'
|
dir = 'plugins'
|
||||||
use = ['{git,dotenv,extract,tmux}.plugin.zsh']
|
use = ['{dotenv,extract,python}/*.plugin.zsh']
|
||||||
|
|
||||||
[plugins.ohmyzsh-lib]
|
[plugins.ohmyzsh-lib]
|
||||||
github = 'ohmyzsh/ohmyzsh'
|
github = 'ohmyzsh/ohmyzsh'
|
||||||
|
@ -46,10 +46,5 @@ apply = ["defer"]
|
||||||
github = "Aloxaf/fzf-tab"
|
github = "Aloxaf/fzf-tab"
|
||||||
apply = ["defer"]
|
apply = ["defer"]
|
||||||
|
|
||||||
[plugins.ohmyzsh]
|
|
||||||
github = 'ohmyzsh/ohmyzsh'
|
|
||||||
dir = 'plugins'
|
|
||||||
use = ['{git,dotenv,extract,tmux}/*.plugin.zsh']
|
|
||||||
|
|
||||||
[templates]
|
[templates]
|
||||||
defer = { value = 'zsh-defer source "{{ file }}"', each = true }
|
defer = { value = 'zsh-defer source "{{ file }}"', each = true }
|
||||||
|
|
Loading…
Reference in a new issue