Fix fzf zsh integration

This commit is contained in:
Dave Gallant
2021-01-19 07:25:13 -05:00
parent b63d85bae2
commit e061e11e5d
2 changed files with 6 additions and 4 deletions

View File

@@ -122,8 +122,6 @@
export PATH=$PATH:~/.npm-packages/bin export PATH=$PATH:~/.npm-packages/bin
export PATH=$PATH:~/go/bin export PATH=$PATH:~/go/bin
export LANG=en_US.UTF-8
eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"
eval "$(_RFD_COMPLETE=source_zsh rfd)" eval "$(_RFD_COMPLETE=source_zsh rfd)"
eval "$(jira --completion-script-zsh)" eval "$(jira --completion-script-zsh)"
@@ -141,7 +139,7 @@
"oh-my-zsh" = { "oh-my-zsh" = {
enable = true; enable = true;
plugins = [ "fzf" "git" "last-working-dir" ]; plugins = [ "git" "last-working-dir" ];
}; };
plugins = [{ plugins = [{
@@ -273,6 +271,11 @@
''; '';
}; };
fzf = {
enable = true;
enableZshIntegration = true;
};
neovim = { neovim = {
enable = true; enable = true;
viAlias = true; viAlias = true;

View File

@@ -14,7 +14,6 @@
direnv direnv
exa exa
fd fd
fzf
git git
gnumake gnumake
jq jq