Update zsh.nix

This commit is contained in:
stubbfel
2018-01-17 23:15:42 +01:00
parent f45ca80015
commit 70c013ce64

View File

@@ -11,9 +11,10 @@
enableAutosuggestions = true;
enableCompletion = true;
syntaxHighlighting.enable = true;
interactiveShellInit = ''
source ${pkgs.zsh-git-prompt}/share/zsh-git-prompt/zshrc.sh
'';
};
interactiveShellInit = ''
source ${pkgs.zsh-git-prompt}/share/zsh-git-prompt/zshrc.sh
'';
}