mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Updated deprecated zsh autosuggestion option name
This commit is contained in:
parent
3cffd54525
commit
73c5e63bab
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue