disable zsh

This commit is contained in:
Gabriel Ebner 2018-02-19 10:30:59 +01:00
parent 22e9dec442
commit fb6b210541
1 changed files with 4 additions and 4 deletions

View File

@ -39,10 +39,10 @@
environment.variables.EDITOR = "${pkgs.neovim}/bin/nvim";
programs.zsh = {
enable = true;
promptInit = "";
};
# programs.zsh = {
# enable = true;
# promptInit = "";
# };
programs.bash = {
enableCompletion = true;