1
0
Fork 0

Fix shell prompt for Ophanim.

This commit is contained in:
Kevin Baensch 2023-04-16 15:39:31 +02:00
parent 31d2b19196
commit c87c5b5e77
Signed by: derped
GPG Key ID: C0F1D326C7626543
1 changed files with 1 additions and 1 deletions

View File

@ -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