mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
Updated syntax highlighting option
This commit is contained in:
parent
8e8edddb6d
commit
39fc5a372d
|
@ -15,7 +15,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
enableSyntaxHighlighting = true;
|
syntaxHighlighting.enable = 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