steveej-laptop: enable zsh

This commit is contained in:
steveej 2017-05-04 13:56:14 +02:00
parent 2f454a18db
commit 803fbcd31a
2 changed files with 8 additions and 0 deletions

View file

@ -35,6 +35,13 @@
{ address = "10.254.254.254"; prefixLength = 24; }
];
programs.zsh = {
enable = true;
enableAutosuggestions = true;
enableCompletion = true;
syntax-highlighting.enable = true;
};
programs.bash = {
enableCompletion = true;
promptInit = ''