Tetsing zsh.nix
This commit is contained in:
@@ -5,8 +5,8 @@ in
|
|||||||
{
|
{
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
syntaxHighlighting.enable = true;
|
#syntaxHighlighting.enable = true;
|
||||||
autosuggestions.enable = true;
|
#autosuggestions.enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
autocd = true;
|
autocd = true;
|
||||||
dotDir = config.home.homeDirectory;
|
dotDir = config.home.homeDirectory;
|
||||||
@@ -24,8 +24,8 @@ in
|
|||||||
"docker"
|
"docker"
|
||||||
"kubectl"
|
"kubectl"
|
||||||
# IMPORTANT: these should be last
|
# IMPORTANT: these should be last
|
||||||
#"zsh-autosuggestions"
|
"zsh-autosuggestions"
|
||||||
#"zsh-syntax-highlighting"
|
"zsh-syntax-highlighting"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user