updated sheldon
This commit is contained in:
parent
37b56e59cf
commit
3e98433d86
1 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,7 @@ use = ["env.zsh"]
|
|||
|
||||
[plugins.compinit]
|
||||
local = "~/.config/zsh/files/"
|
||||
use = ["{compinit,sshcomp,evalstuff,aliases,functions,distroicon}.zsh"]
|
||||
use = ["{compinit,sshcomp,aliases,functions,distroicon}.zsh"]
|
||||
|
||||
# completions
|
||||
[plugins.completions]
|
||||
|
@ -80,3 +80,7 @@ use = ["zsh-abbr.zsh"]
|
|||
[plugins.bashcomps]
|
||||
local = "~/.config/zsh/files/"
|
||||
use = ["bashcomps.zsh"]
|
||||
|
||||
[plugins.evalstuff]
|
||||
local = "~/.config/zsh/files/"
|
||||
use = ["evalstuff.zsh"]
|
||||
|
|
Loading…
Add table
Reference in a new issue