From fe0b5710e69121750d69b9de3657bb74bc70356a Mon Sep 17 00:00:00 2001 From: dadada Date: Sun, 14 Nov 2021 12:13:06 +0100 Subject: [PATCH] fix zsh completions and git prompt --- home/modules/zsh.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/modules/zsh.nix b/home/modules/zsh.nix index e22ee57..69d11c5 100644 --- a/home/modules/zsh.nix +++ b/home/modules/zsh.nix @@ -28,9 +28,9 @@ in plugins = [ ]; initExtra = '' - source ~/.nix-profile/share/zsh-git-prompt/zshrc.sh - source ~/.nix-profile/share/fzf/key-bindings.zsh - source ~/.nix-profile/share/fzf/completion.zsh + source ${pkgs.zsh-git-prompt}/share/zsh-git-prompt/zshrc.sh + source ${pkgs.fzf}/share/fzf/key-bindings.zsh + source ${pkgs.fzf}/share/fzf/completion.zsh bindkey '^n' autosuggest-accept