Reconfigure zsh
This commit is contained in:
parent
bff08ed802
commit
da6e9b1844
2
zsh.nix
2
zsh.nix
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = true;
|
autosuggestion.enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
enableVteIntegration = true;
|
enableVteIntegration = true;
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
|
Loading…
Reference in New Issue