diff --git a/machines/Ophanim/configuration.nix b/machines/Ophanim/configuration.nix index 20f0541..3bb954d 100644 --- a/machines/Ophanim/configuration.nix +++ b/machines/Ophanim/configuration.nix @@ -13,7 +13,7 @@ # userlist = []; # }; services.haveged.enable = true; - programs.zsh.promptInit = "PROMPT='%(!.%{$fg_bold[red]%}.%{$fg_bold[cyan]%}%n@)%m %{$fg_bold[magenta]%}%(!.%1~.%~) $(git_prompt_info)%_$(prompt_char)%{$reset_color%} '"; + programs.zsh.promptInit = ''PROMPT="%(!.%B%F{magenta}.%B%F{cyan}%n@)%m %F{blue}%(!.%1~.%~) ''${vcs_info_msg_0_}%F{blue}%(!.#.$)%k%b%f "''; # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database