update
This commit is contained in:
14
home/zsh.nix
Normal file
14
home/zsh.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
history = {
|
||||
extended = true;
|
||||
expireDuplicatesFirst = true;
|
||||
ignoreSpace = true;
|
||||
size = 100;
|
||||
};
|
||||
syntaxHighlighting.enable = true;
|
||||
defaultKeymap = "vicmd";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user