fix zsh completions and git prompt

This commit is contained in:
Tim Schubert 2021-11-14 12:13:06 +01:00
parent 521f39cebd
commit fe0b5710e6
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -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