Updated deprecated zsh autosuggestion option name
This commit is contained in:
@@ -18,9 +18,9 @@ in
|
|||||||
{
|
{
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = true;
|
autosuggestion.enable = true;
|
||||||
enableCompletion = true;
|
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
|
enableCompletion = true;
|
||||||
shellAliases = myAliases;
|
shellAliases = myAliases;
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
PROMPT=" ◉ %U%F{magenta}%n%f%u@%U%F{blue}%m%f%u:%F{yellow}%~%f
|
PROMPT=" ◉ %U%F{magenta}%n%f%u@%U%F{blue}%m%f%u:%F{yellow}%~%f
|
||||||
|
Reference in New Issue
Block a user