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

View File

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