mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 08:46:11 +01:00
slow zsh
This commit is contained in:
@@ -8,7 +8,7 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
|
||||||
history.size = 10000000;
|
history.size = 10000000;
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
# I use zsh btw
|
# I use zsh btw
|
||||||
environment.shells = with pkgs; [ bash zsh ];
|
environment.shells = with pkgs; [ bash zsh ];
|
||||||
users.defaultUserShell = pkgs.zsh;
|
users.defaultUserShell = pkgs.zsh;
|
||||||
# programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
# Configure console keymap
|
# Configure console keymap
|
||||||
console.keyMap = "pl2";
|
console.keyMap = "pl2";
|
||||||
|
|||||||
Reference in New Issue
Block a user