fixed fzf ohmyzsh error
This commit is contained in:
parent
0c4d030803
commit
b872253463
2 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@ use = ["{completion,key-bindings,history,directories}.zsh"]
|
||||||
[plugins.omzplugins]
|
[plugins.omzplugins]
|
||||||
github = "ohmyzsh/ohmyzsh"
|
github = "ohmyzsh/ohmyzsh"
|
||||||
dir = "plugins"
|
dir = "plugins"
|
||||||
use = ["{systemd,fzf,command-not-found}/*.plugin.zsh"]
|
use = ["{systemd,command-not-found}/*.plugin.zsh"]
|
||||||
|
|
||||||
[plugins.fzftab]
|
[plugins.fzftab]
|
||||||
github = "Aloxaf/fzf-tab"
|
github = "Aloxaf/fzf-tab"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# evalstuff
|
# evalstuff
|
||||||
|
_evalcache fzf --zsh
|
||||||
_evalcache zoxide init --cmd cd zsh
|
_evalcache zoxide init --cmd cd zsh
|
||||||
_evalcache atuin init zsh
|
_evalcache atuin init zsh
|
||||||
_evalcache navi widget zsh
|
_evalcache navi widget zsh
|
||||||
|
|
Loading…
Add table
Reference in a new issue