diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-28 16:34:47 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-28 16:34:47 -0700 |
commit | 5353fe80458f24adb84c7dda22b05f067835244e (patch) | |
tree | 508a37b2b90a8d0e14e3aeffa2b3f753cf21827b /home/profiles | |
parent | tools/waybar-systemd-units: get a list of failed systemd units (diff) | |
download | world-5353fe80458f24adb84c7dda22b05f067835244e.tar.gz |
profiles/zsh: change prezto's theme
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/zsh.nix b/home/profiles/zsh.nix index 3da6baa..82e0057 100644 --- a/home/profiles/zsh.nix +++ b/home/profiles/zsh.nix @@ -41,7 +41,7 @@ prezto = { enable = true; - prompt = { theme = "pure"; }; + prompt.theme = "minimal"; pmodules = [ "prompt" "git" |