mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Updated deprecated zsh autosuggestion option name
This commit is contained in:
parent
3cffd54525
commit
73c5e63bab
|
@ -18,9 +18,9 @@ in
|
|||
{
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
enableCompletion = true;
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
enableCompletion = true;
|
||||
shellAliases = myAliases;
|
||||
initExtra = ''
|
||||
PROMPT=" ◉ %U%F{magenta}%n%f%u@%U%F{blue}%m%f%u:%F{yellow}%~%f
|
||||
|
|
Loading…
Reference in a new issue