updated antidote
This commit is contained in:
parent
376f09760e
commit
62ea83b28b
9 changed files with 154 additions and 200 deletions
|
@ -22,7 +22,7 @@ use = ["{completion,key-bindings,history,directories}.zsh"]
|
|||
[plugins.omzplugins]
|
||||
github = "ohmyzsh/ohmyzsh"
|
||||
dir = "plugins"
|
||||
use = ["{systemd,fzf,command-not-found,transfer}/*.plugin.zsh"]
|
||||
use = ["{systemd,command-not-found,ssh-agent}/*.plugin.zsh"]
|
||||
|
||||
[plugins.fzftab]
|
||||
github = "Aloxaf/fzf-tab"
|
||||
|
@ -67,15 +67,6 @@ github = "zsh-users/zsh-autosuggestions"
|
|||
[plugins.syntaxhighlighting]
|
||||
github = "zsh-users/zsh-syntax-highlighting"
|
||||
|
||||
[plugins.bashcomps]
|
||||
local = "~/.config/zsh/files/"
|
||||
use = ["bashcomps.zsh"]
|
||||
|
||||
[plugins.evalstuff]
|
||||
local = "~/.config/zsh/files/"
|
||||
use = ["evalstuff.zsh"]
|
||||
|
||||
[plugins.ownconfigs]
|
||||
local = "~/.config/zsh/files/"
|
||||
use = ["{options,sshcomp,aliases,functions,distroicon}.zsh"]
|
||||
|
||||
use = ["{bashcomps,evalstuff,options,sshcomp,aliases,functions,distroicon}.zsh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue