mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Fix fzf zsh integration
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user