fixed config
This commit is contained in:
parent
890c746657
commit
663a07e085
2 changed files with 3 additions and 13 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,fzf,command-not-found}/*.plugin.zsh"]
|
||||
|
||||
[plugins.fzftab]
|
||||
github = "Aloxaf/fzf-tab"
|
||||
|
@ -42,9 +42,6 @@ github = "sobolevn/wakatime-zsh-plugin"
|
|||
[plugins.titles]
|
||||
github = "amyreese/zsh-titles"
|
||||
|
||||
[plugins.thefuck]
|
||||
github = "laggardkernel/zsh-thefuck"
|
||||
|
||||
[plugins.eza]
|
||||
github = "twopizza9621536/zsh-eza"
|
||||
|
||||
|
@ -54,13 +51,6 @@ github = "fdellwing/zsh-bat"
|
|||
[plugins.youshoulduse]
|
||||
github = "MichaelAquilina/zsh-you-should-use"
|
||||
|
||||
[plugins.asdf]
|
||||
github = "asdf-vm/asdf"
|
||||
|
||||
[plugins.abbr]
|
||||
github = "olets/zsh-abbr"
|
||||
use = ["zsh-abbr.zsh"]
|
||||
|
||||
[plugins.autosuggestions]
|
||||
github = "zsh-users/zsh-autosuggestions"
|
||||
|
||||
|
@ -69,4 +59,4 @@ github = "zsh-users/zsh-syntax-highlighting"
|
|||
|
||||
[plugins.ownconfigs]
|
||||
local = "~/.config/zsh/files/"
|
||||
use = ["{bashcomps,evalstuff,options,sshcomp,aliases,functions,distroicon}.zsh"]
|
||||
use = ["{bashcomps,evalstuff,options,sshcomp,aliases,functions,distroicon}.zsh"]
|
|
@ -2,6 +2,6 @@
|
|||
_evalcache zoxide init --cmd cd zsh
|
||||
_evalcache atuin init zsh
|
||||
_evalcache navi widget zsh
|
||||
_evalcache direnv hook zsh
|
||||
_evalcache mise activate zsh
|
||||
#_evalcache ntfy shell-integration
|
||||
eval "$(keychain --dir "$XDG_CACHE_HOME"/keychain --eval --quiet id_rsa)"
|
||||
|
|
Loading…
Add table
Reference in a new issue