fix zsh completions and git prompt
This commit is contained in:
parent
521f39cebd
commit
fe0b5710e6
1 changed files with 3 additions and 3 deletions
|
@ -28,9 +28,9 @@ in
|
||||||
plugins = [
|
plugins = [
|
||||||
];
|
];
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
source ~/.nix-profile/share/zsh-git-prompt/zshrc.sh
|
source ${pkgs.zsh-git-prompt}/share/zsh-git-prompt/zshrc.sh
|
||||||
source ~/.nix-profile/share/fzf/key-bindings.zsh
|
source ${pkgs.fzf}/share/fzf/key-bindings.zsh
|
||||||
source ~/.nix-profile/share/fzf/completion.zsh
|
source ${pkgs.fzf}/share/fzf/completion.zsh
|
||||||
|
|
||||||
bindkey '^n' autosuggest-accept
|
bindkey '^n' autosuggest-accept
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue